trait CFGNode extends Node
The common super trait of all nodes belonging to a method's control flow graph.
- Alphabetic
- By Inheritance
- CFGNode
- Node
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def isAbnormalReturnExitNode: Boolean
- abstract def isBasicBlock: Boolean
- abstract def isCatchNode: Boolean
- abstract def isExitNode: Boolean
- abstract def isNormalReturnExitNode: Boolean
- abstract def isStartOfSubroutine: Boolean
-
abstract
def
nodeId: Int
- Definition Classes
- Node
-
abstract
def
toHRR: Option[String]
- Definition Classes
- Node
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 addPredecessor(predecessor: CFGNode): Unit
- def addPredecessors(predecessor: TraversableOnce[CFGNode]): Unit
- def addSuccessor(successor: CFGNode): Unit
- def asBasicBlock: BasicBlock
- def asCatchNode: CatchNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- Node → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
foreachSuccessor(f: (Node) ⇒ Unit): Unit
- Definition Classes
- CFGNode → Node
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hasSuccessors: Boolean
- Definition Classes
- CFGNode → Node
-
def
hashCode(): Int
- Definition Classes
- Node → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mayThrowException: Boolean
Returns
trueif the last instruction of this basic block throws/may throw an exception; whether the exception is handled or not is not relevant! -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def predecessors: Set[CFGNode]
-
def
reachable(reflexive: Boolean = false): Set[CFGNode]
Computes the set of all CFGNodes that are reachable from this one.
Computes the set of all CFGNodes that are reachable from this one.
- Note
The result is not cached.
- def removePredecessor(predecessor: CFGNode): Unit
- def successors: Set[CFGNode]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visualProperties: Map[String, String]
- Definition Classes
- Node
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )