class ExitNode extends CFGNode
Represents the artificial exit node of a control flow graph. The graph contains an explicit exit node to make it trivial to navigate to all instructions that may cause a(n ab)normal return from the method.
- Alphabetic
- By Inheritance
- ExitNode
- CFGNode
- Node
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ExitNode(normalReturn: Boolean)
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
- Definition Classes
- CFGNode
-
def
addPredecessors(predecessor: TraversableOnce[CFGNode]): Unit
- Definition Classes
- CFGNode
- final def addSuccessor(successor: CFGNode): Unit
-
def
asBasicBlock: BasicBlock
- Definition Classes
- CFGNode
-
def
asCatchNode: CatchNode
- Definition Classes
- CFGNode
-
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 isAbnormalReturnExitNode: Boolean
- final def isBasicBlock: Boolean
- final def isCatchNode: Boolean
- final def isExitNode: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isNormalReturnExitNode: Boolean
- final def isStartOfSubroutine: Boolean
-
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!Returns
trueif the last instruction of this basic block throws/may throw an exception; whether the exception is handled or not is not relevant!- Definition Classes
- CFGNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
nodeId: Int
- Definition Classes
- ExitNode → Node
- final val normalReturn: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
predecessors: Set[CFGNode]
- Definition Classes
- CFGNode
-
def
reachable(reflexive: Boolean = false): Set[CFGNode]
Computes the set of all CFGNodes that are reachable from this one.
-
def
removePredecessor(predecessor: CFGNode): Unit
- Definition Classes
- CFGNode
-
def
successors: Set[CFGNode]
- Definition Classes
- CFGNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toHRR: Option[String]
- Definition Classes
- ExitNode → Node
-
def
toString(): String
- Definition Classes
- ExitNode → AnyRef → Any
-
def
visualProperties: Map[String, String]
- Definition Classes
- ExitNode → 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( ... )