io.joern.x2cpg.layers.DumpAst
See theDumpAst companion object
class DumpAst(options: AstDumpOptions) extends LayerCreator
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class LayerCreatorclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
LayerCreator
Inherited methods
protected def initSerializedCpg(outputDir: Option[String], passName: String, index: Int): SerializedCpg
Attributes
- Inherited from:
- LayerCreator
Attributes
- Inherited from:
- LayerCreator
protected def runPass(pass: CpgPassBase, context: LayerCreatorContext, storeUndoInfo: Boolean, index: Int): Unit
Attributes
- Inherited from:
- LayerCreator
Concrete fields
If the LayerCreator modifies the CPG, then we store its name in the CPGs metadata and disallow rerunning the creator, that is, applying the layer twice.
If the LayerCreator modifies the CPG, then we store its name in the CPGs metadata and disallow rerunning the creator, that is, applying the layer twice.
Attributes
Inherited fields
Attributes
- Inherited from:
- LayerCreator
In this article