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 |
jumpTarget
The 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() |
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()
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)