io.joern.x2cpg.layers.Base
See theBase companion object
class Base extends LayerCreator
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class LayerCreatorclass Objecttrait Matchableclass Any
Members list
Value members
Constructors
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
Inherited fields
Attributes
- Inherited from:
- LayerCreator
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 from:
- LayerCreator
In this article