io.joern.jimple2cpg.passes

Type members

Classlikes

class AstCreationPass(filenames: List[String], cpg: Cpg) extends ConcurrentWriterCpgPass[String]

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.

class AstCreator(filename: String, cls: SootClass, global: Global) extends AstCreatorBase
Companion:
object
object AstCreator
Companion:
class