protected static class CFGBuilder.NodeHolder extends CFGBuilder.ExtendedNode
NODE
.CFGBuilder.ExtendedNode.ExtendedNodeType
Modifier and Type | Field and Description |
---|---|
protected Node |
node
The node to hold.
|
block, terminatesExecution, type
Constructor and Description |
---|
NodeHolder(Node node)
Construct a NodeHolder for the given Node.
|
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Returns the node contained in this extended node (only applicable if the type is
NODE or EXCEPTION_NODE ). |
String |
toString() |
String |
toStringDebug()
Returns a verbose string representation of this, useful for debugging.
|
getBlock, getLabel, getTerminatesExecution, getType, setBlock, setTerminatesExecution
protected final Node node
public NodeHolder(Node node)
node
- the node to holdpublic Node getNode()
CFGBuilder.ExtendedNode
NODE
or EXCEPTION_NODE
).getNode
in class CFGBuilder.ExtendedNode
NODE
or EXCEPTION_NODE
)public String toString()
toString
in class CFGBuilder.ExtendedNode
public String toStringDebug()
CFGBuilder.ExtendedNode
toStringDebug
in class CFGBuilder.ExtendedNode