ContainsEdgePass

class ContainsEdgePass(cpg: Cpg) extends ConcurrentWriterCpgPass[AstNode]

This pass has MethodStubCreator and TypeDeclStubCreator as prerequisite for language frontends which do not provide method stubs and type decl stubs.

Companion
object
class ConcurrentWriterCpgPass[AstNode]
trait CpgPassBase
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def generateParts(): Array[AstNode]
Definition Classes
ConcurrentWriterCpgPass
override
def runOnPart(dstGraph: Builder, source: AstNode): 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