abstract class FunctionPass extends ParallelCpgPass[String]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FunctionPass
- ParallelCpgPass
- CpgPassBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FunctionPass(processor: Processor, currentProgram: Program, function: Function, cpg: Cpg, keyPool: IntervalKeyPool, decompiler: Decompiler)
Abstract Value Members
- abstract def runOnPart(part: String): Iterator[DiffGraph]
- Definition Classes
- ParallelCpgPass
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addCallOrReturnNode(instruction: Instruction): CfgNodeNew
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseLogger: Logger
- Attributes
- protected
- Definition Classes
- CpgPassBase
- val blockNode: NewBlock
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val codeUnitFormat: CodeUnitFormat
- Attributes
- protected
- def connectCallToArgument(call: CfgNodeNew, argument: CfgNodeNew): Unit
- def createAndApply(): Unit
- Definition Classes
- ParallelCpgPass → CpgPassBase
- def createApplySerializeAndStore(serializedCpg: SerializedCpg, inverse: Boolean, prefix: String): Unit
- Definition Classes
- ParallelCpgPass → CpgPassBase
- implicit val diffGraph: Builder
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionContext: ExecutionContext
- Definition Classes
- ParallelCpgPass
- val functionIterator: FunctionIterator
- val functions: List[Function]
- def generateOutFileName(prefix: String, outName: String, index: Int): String
- Attributes
- protected
- Definition Classes
- CpgPassBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handleArguments(instruction: Instruction, callNode: CfgNodeNew): Unit
- def handleBody(): Unit
- def handleLocals(): Unit
- def handleParameters(): Unit
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val highFunction: HighFunction
- def init(): Unit
- Definition Classes
- ParallelCpgPass
- val instructions: Seq[Instruction]
- Attributes
- protected
- implicit def intToIntegerOption(intOption: Option[Int]): Option[Integer]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listing: Listing
- var methodNode: Option[NewMethod]
- Attributes
- protected
- def name: String
- Definition Classes
- CpgPassBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def partIterator: Iterator[String]
- Definition Classes
- FunctionPass → ParallelCpgPass
- def sanitizeMethodName(methodName: String): String
- def serialize(appliedDiffGraph: AppliedDiffGraph, inverse: Boolean): GeneratedMessageV3
- Attributes
- protected
- Definition Classes
- CpgPassBase
- def store(overlay: GeneratedMessageV3, name: String, serializedCpg: SerializedCpg): Unit
- Attributes
- protected
- Definition Classes
- CpgPassBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withStartEndTimesLogged[A](fun: => A): A
- Attributes
- protected
- Definition Classes
- CpgPassBase
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated