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 |
block, terminatesExecution, type
Constructor and Description |
---|
UnconditionalJump(CFGBuilder.Label jumpTarget) |
Modifier and Type | Method and Description |
---|---|
CFGBuilder.Label |
getLabel() |
String |
toString() |
getBlock, getNode, getTerminatesExecution, getType, setBlock, setTerminatesExecution
protected CFGBuilder.Label jumpTarget
public UnconditionalJump(CFGBuilder.Label jumpTarget)
public CFGBuilder.Label getLabel()
getLabel
in class CFGBuilder.ExtendedNode
CFGBuilder.ExtendedNode.ExtendedNodeType.CONDITIONAL_JUMP
or CFGBuilder.ExtendedNode.ExtendedNodeType.UNCONDITIONAL_JUMP
).public String toString()
toString
in class CFGBuilder.ExtendedNode