public class UnconditionalJumpInstruction extends AbstractJumpInstruction
isDead
Constructor and Description |
---|
UnconditionalJumpInstruction(Label targetLabel) |
Modifier and Type | Method and Description |
---|---|
void |
accept(InstructionVisitor visitor) |
protected AbstractJumpInstruction |
createCopy(Label newLabel) |
java.lang.String |
toString() |
copy, createCopy, getNextInstructions, getResolvedTarget, getTargetLabel, setResolvedTarget
copy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo
public UnconditionalJumpInstruction(Label targetLabel)
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object
protected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy
in class AbstractJumpInstruction