ForkJoinParallelCpgPass

abstract
class ForkJoinParallelCpgPass[T <: AnyRef](cpg: Cpg, outName: String, keyPool: Option[KeyPool]) extends CpgPassBase
class Object
trait Matchable
class Any

Type members

Types

type DiffGraphBuilder = DiffGraphBuilder

Value members

Abstract methods

def generateParts(): Array[_ <: AnyRef]
def runOnPart(builder: DiffGraphBuilder, part: T): Unit

Concrete methods

override
def createAndApply(): Unit
Definition Classes
override
def createApplySerializeAndStore(serializedCpg: SerializedCpg, inverse: Boolean, prefix: String): Unit
Definition Classes
def finish(): Unit
def init(): Unit

Inherited methods

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