public class ExceptionBlockImpl extends SingleSuccessorBlockImpl implements ExceptionBlock
Block implementation hierarchy.Block.BlockType| Modifier and Type | Field and Description | 
|---|---|
| protected Map<TypeMirror,Set<Block>> | exceptionalSuccessorsSet of exceptional successors. | 
| protected @Nullable Node | nodeThe node of this block. | 
flowRule, successorid, lastId, predecessors, type| Constructor and Description | 
|---|
| ExceptionBlockImpl()Create an empty exceptional block. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addExceptionalSuccessor(BlockImpl b,
                       TypeMirror cause)Add an exceptional successor. | 
| Map<TypeMirror,Set<Block>> | getExceptionalSuccessors()Returns the list of exceptional successor blocks as an unmodifiable map. | 
| Node | getNode()Returns the node of this block. | 
| void | setNode(Node c)Set the node. | 
| String | toString() | 
getFlowRule, getSuccessor, setFlowRule, setSuccessoraddPredecessor, getId, getPredecessors, getType, removePredecessorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFlowRule, getSuccessor, setFlowRulegetId, getPredecessors, getTypeprotected final Map<TypeMirror,Set<Block>> exceptionalSuccessors
public ExceptionBlockImpl()
public void setNode(Node c)
public Node getNode()
ExceptionBlockgetNode in interface ExceptionBlockpublic void addExceptionalSuccessor(BlockImpl b, TypeMirror cause)
public Map<TypeMirror,Set<Block>> getExceptionalSuccessors()
ExceptionBlockgetExceptionalSuccessors in interface ExceptionBlock