AstCreationPass

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.

class ConcurrentWriterCpgPass[String]
trait CpgPassBase
class Object
trait Matchable
class Any

Type members

Inherited types

type DiffGraphBuilder = DiffGraphBuilder
Inherited from:
ConcurrentWriterCpgPass

Value members

Concrete methods

override def generateParts(): Array[_ <: AnyRef]
Definition Classes
ConcurrentWriterCpgPass
override def runOnPart(builder: DiffGraphBuilder, part: String): Unit
Definition Classes
ConcurrentWriterCpgPass

Inherited methods

override def createAndApply(): Unit
Definition Classes
ConcurrentWriterCpgPass -> CpgPassBase
Inherited from:
ConcurrentWriterCpgPass
override def createApplySerializeAndStore(serializedCpg: SerializedCpg, inverse: Boolean, prefix: String): Unit
Definition Classes
ConcurrentWriterCpgPass -> CpgPassBase
Inherited from:
ConcurrentWriterCpgPass
def finish(): Unit
Inherited from:
ConcurrentWriterCpgPass
def init(): Unit
Inherited from:
ConcurrentWriterCpgPass
def name: String

Name of the pass. By default it is inferred from the name of the class, override if needed.

Name of the pass. By default it is inferred from the name of the class, override if needed.

Inherited from:
CpgPassBase

Concrete fields

Inherited fields

@volatile
var nDiffT: Int
Inherited from:
ConcurrentWriterCpgPass