protected static class CFGBuilder.NodeWithExceptionsHolder extends CFGBuilder.ExtendedNode
EXCEPTION_NODE.CFGBuilder.ExtendedNode.ExtendedNodeType| Modifier and Type | Field and Description | 
|---|---|
| protected Map<TypeMirror,Set<CFGBuilder.Label>> | exceptionsMap from exception type to labels of successors that may be reached as a result of that
 exception. | 
| protected Node | node | 
block, terminatesExecution, type| Constructor and Description | 
|---|
| NodeWithExceptionsHolder(Node node,
                        Map<TypeMirror,Set<CFGBuilder.Label>> exceptions) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<TypeMirror,Set<CFGBuilder.Label>> | getExceptions() | 
| Node | getNode() | 
| String | toString() | 
getBlock, getLabel, getTerminatesExecution, getType, setBlock, setTerminatesExecutionprotected Node node
protected Map<TypeMirror,Set<CFGBuilder.Label>> exceptions
public NodeWithExceptionsHolder(Node node, Map<TypeMirror,Set<CFGBuilder.Label>> exceptions)
public Map<TypeMirror,Set<CFGBuilder.Label>> getExceptions()
public Node getNode()
getNode in class CFGBuilder.ExtendedNodeNODE or EXCEPTION_NODE).public String toString()
toString in class CFGBuilder.ExtendedNode