- Companion:
- object
class LayerCreator
class Object
trait Matchable
class Any
Value members
Constructors
Inherited methods
protected def initSerializedCpg(outputDir: Option[String], passName: String, index: Int): SerializedCpg
- Inherited from:
- LayerCreator
protected def runPass(pass: CpgPassBase, context: LayerCreatorContext, storeUndoInfo: Boolean, index: Int): Unit
- Inherited from:
- LayerCreator
Concrete fields
Inherited 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.
- Inherited from:
- LayerCreator