AstParsingPass

io.joern.php2cpg.passes.AstParsingPass
trait AstParsingPass(config: Config, parser: PhpParser)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
ForkJoinParallelCpgPass[BatchOfPhpScripts]

Members list

Value members

Abstract methods

protected def processPart(builder: DiffGraphBuilder, fileName: String, result: PhpFile): Unit

Concrete methods

override def generateParts(): Array[BatchOfPhpScripts]

Attributes

Definition Classes
override def runOnPart(builder: DiffGraphBuilder, part: BatchOfPhpScripts): Unit

Attributes

Definition Classes

Concrete fields

protected val logger: Logger