protected static class CFGBuilder.NodeHolder extends CFGBuilder.ExtendedNode
NODE
.CFGBuilder.ExtendedNode.ExtendedNodeType
Modifier and Type | Field and Description |
---|---|
protected Node |
node |
block, terminatesExecution, type
Constructor and Description |
---|
NodeHolder(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
getNode() |
String |
toString() |
getBlock, getLabel, getTerminatesExecution, getType, setBlock, setTerminatesExecution
protected Node node
public NodeHolder(Node node)
public Node getNode()
getNode
in class CFGBuilder.ExtendedNode
NODE
or EXCEPTION_NODE
).public String toString()
toString
in class CFGBuilder.ExtendedNode