object CFG extends Serializable
- Source
- CFG.scala
- Alphabetic
- By Inheritance
- CFG
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final type PredecessorId = Int
Identifies the predecessor of an instruction.
Identifies the predecessor of an instruction.
- -1 if the current instruction is the first instruction (
pc
/index
=0
) - a regular pc.
- -1 if the current instruction is the first instruction (
- final type SuccessorId = Int
Identifies the successor of an instruction.
Identifies the successor of an instruction. The id is either:
CFG.NormalReturnId
(== Int.MaxValue
) if the successor is the unique exit node representing normal returns.CFG.AbnormalReturnId
(== Int.MinValue
) if the successor is the unique exit node representing abnormal returns (i.e., an uncaught exception will be thrown by the instruction).- [-65535,-1] to identify the catch handler that handles the exception thrown
by the current instruction. The pc of the first instruction of the catch handler
is (
- successorId
). - the (valid) pc of the next instruction (the normal case.)
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
- final val AbnormalReturnId: Int(-2147483648)
- final val NormalReturnId: Int(2147483647)
- final val TraceDFSolver: Boolean
- final val TraceDFSolverKey: String("org.opalj.br.cfg.CFG.DF.Solver.Trace")
- def Validate: Boolean
- final val ValidateKey: String("org.opalj.br.cfg.CFG.Validate")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateValidate(newValidate: Boolean): Unit
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated