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, diffGraph: DiffGraphBuilder, global: Global)
Companion:
object
object AstCreator
Companion:
class
case class Global(usedTypes: ConcurrentSkipListSet[String])