protected static class CFGBuilder.UnconditionalJump extends CFGBuilder.ExtendedNode
CFGBuilder.ExtendedNode.ExtendedNodeType.UNCONDITIONAL_JUMP.CFGBuilder.ExtendedNode.ExtendedNodeType| Modifier and Type | Field and Description | 
|---|---|
| protected CFGBuilder.Label | jumpTargetThe jump target label. | 
block, terminatesExecution, type| Constructor and Description | 
|---|
| UnconditionalJump(CFGBuilder.Label jumpTarget)Construct an UnconditionalJump. | 
| Modifier and Type | Method and Description | 
|---|---|
| CFGBuilder.Label | getLabel()Returns the label associated with this extended node (only applicable if type is  CFGBuilder.ExtendedNode.ExtendedNodeType.CONDITIONAL_JUMPorCFGBuilder.ExtendedNode.ExtendedNodeType.UNCONDITIONAL_JUMP). | 
| String | toString()Produce a string representation. | 
getBlock, getNode, getTerminatesExecution, getType, setBlock, setTerminatesExecutionprotected final CFGBuilder.Label jumpTarget
public UnconditionalJump(CFGBuilder.Label jumpTarget)
jumpTarget - the jump target labelpublic CFGBuilder.Label getLabel()
CFGBuilder.ExtendedNodeCFGBuilder.ExtendedNode.ExtendedNodeType.CONDITIONAL_JUMP or CFGBuilder.ExtendedNode.ExtendedNodeType.UNCONDITIONAL_JUMP).getLabel in class CFGBuilder.ExtendedNodeCFGBuilder.ExtendedNode.ExtendedNodeType.CONDITIONAL_JUMP or CFGBuilder.ExtendedNode.ExtendedNodeType.UNCONDITIONAL_JUMP)public String toString()
toString in class CFGBuilder.ExtendedNodeCFGBuilder.PhaseOneResult.nodeToString(org.checkerframework.dataflow.cfg.CFGBuilder.ExtendedNode)