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, isExitNodeclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitisExceptionExitNodepublic static final JvmUnknownCfaNode INSTANCE
public boolean isReturnExitNode()
CfaNodeCfaNode.RETURN_EXIT_NODE_OFFSET).public boolean isUnknownNode()
CfaNodepublic java.lang.String toString()
toString in class JvmCfaNode