io.joern.jimple2cpg.passes

Members list

Type members

Classlikes

class AstCreationPass(classFiles: List[ClassFile], cpg: Cpg, config: Config) extends ConcurrentWriterCpgPass[ClassFile]

Creates the AST layer from the given class file and stores all types in the given global parameter.

Creates the AST layer from the given class file and stores all types in the given global parameter.

Value parameters

classFiles

List of class files and their fully qualified class names

cpg

The CPG to add to

Attributes

Supertypes
class ConcurrentWriterCpgPass[ClassFile]
class NewStyleCpgPassBase[ClassFile]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class AstCreator(filename: String, cls: SootClass, global: Global)(implicit withSchemaValidation: ValidationMode) extends AstCreatorBase

Attributes

Companion
object
Supertypes
class AstCreatorBase
class Object
trait Matchable
class Any
object AstCreator

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
AstCreator.type
class SootAstCreationPass(cpg: Cpg, config: Config) extends ConcurrentWriterCpgPass[SootClass]

Creates the AST layer from the given class file and stores all types in the given global parameter.

Creates the AST layer from the given class file and stores all types in the given global parameter.

Attributes

Supertypes
class ConcurrentWriterCpgPass[SootClass]
class NewStyleCpgPassBase[SootClass]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all