Py2CpgOnFileSystem

io.joern.pysrc2cpg.Py2CpgOnFileSystem
class Py2CpgOnFileSystem extends X2CpgFrontend

Attributes

Graph
Supertypes
trait X2CpgFrontend
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Type members

Types

Value members

Concrete methods

override def createCpg(config: Py2CpgOnFileSystemConfig): Try[Cpg]

Entry point for files system based cpg generation from python code.

Entry point for files system based cpg generation from python code.

Value parameters

config

Configuration for cpg generation.

Attributes

Definition Classes
X2CpgFrontend

Inherited methods

override def close(): Unit

For frontends that create and manage resources during AST generation, they can clean up these resources here.

For frontends that create and manage resources during AST generation, they can clean up these resources here.

Attributes

Definition Classes
X2CpgFrontend -> AutoCloseable
Inherited from:
X2CpgFrontend
def createCpgWithOverlays(config: ConfigType): Try[Cpg]

Create a CPG with default overlays according to given configuration

Create a CPG with default overlays according to given configuration

Attributes

Inherited from:
X2CpgFrontend
def run(config: ConfigType): Unit

Create CPG according to given configuration, printing errors to the console if they occur. The CPG is closed and not returned.

Create CPG according to given configuration, printing errors to the console if they occur. The CPG is closed and not returned.

Attributes

Inherited from:
X2CpgFrontend

Concrete fields