public class JvmUnknownCfaNode extends JvmCfaNode
Modifier and Type | Field and Description |
---|---|
static JvmUnknownCfaNode |
INSTANCE |
EXCEPTION_EXIT_NODE_OFFSET, RETURN_EXIT_NODE_OFFSET
Modifier and Type | Method and Description |
---|---|
boolean |
isReturnExitNode()
Returns true if the node is the return location of the function (offset ==
CfaNode.RETURN_EXIT_NODE_OFFSET ). |
boolean |
isUnknownNode()
Returns true if the location of the node is unknown.
|
java.lang.String |
toString() |
addEnteringEdge, addLeavingEdge, getClazz, getEnteringEdges, getEnteringIntraproceduralEdges, getEnteringInvokeEdge, getKnownMethodCallEdges, getLeavingEdges, getLeavingInterproceduralEdges, getLeavingIntraproceduralEdges, getLeavingInvokeEdge, getOffset, getSignature, hashCode, isEntryNode, isExitNode
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
isExceptionExitNode
public static final JvmUnknownCfaNode INSTANCE
public boolean isReturnExitNode()
CfaNode
CfaNode.RETURN_EXIT_NODE_OFFSET
).public boolean isUnknownNode()
CfaNode
public java.lang.String toString()
toString
in class JvmCfaNode