public class ExceptionBlockImpl extends SingleSuccessorBlockImpl implements ExceptionBlock
Block implementation hierarchy.Block.BlockType| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Map<javax.lang.model.type.TypeMirror,java.util.Set<Block>> | exceptionalSuccessorsSet of exceptional successors. | 
| protected Node | nodeThe node of this block. | 
flowRule, successorid, lastId, predecessors, type| Constructor and Description | 
|---|
| ExceptionBlockImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addExceptionalSuccessor(BlockImpl b,
                       javax.lang.model.type.TypeMirror cause)Add an exceptional successor. | 
| java.util.Map<javax.lang.model.type.TypeMirror,java.util.Set<Block>> | getExceptionalSuccessors() | 
| Node | getNode() | 
| void | setNode(Node c)Set the node. | 
| java.lang.String | toString() | 
getFlowRule, getSuccessor, setFlowRule, setSuccessoraddPredecessor, getId, getPredecessors, getType, removePredecessorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFlowRule, getSuccessor, setFlowRuleprotected final java.util.Map<javax.lang.model.type.TypeMirror,java.util.Set<Block>> exceptionalSuccessors
protected Node node
public void setNode(Node c)
public Node getNode()
getNode in interface ExceptionBlockpublic void addExceptionalSuccessor(BlockImpl b, javax.lang.model.type.TypeMirror cause)
public java.util.Map<javax.lang.model.type.TypeMirror,java.util.Set<Block>> getExceptionalSuccessors()
getExceptionalSuccessors in interface ExceptionBlockpublic java.lang.String toString()
toString in class java.lang.Object