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, setResolvedTargetcopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfopublic UnconditionalJumpInstruction(Label targetLabel)
public void accept(InstructionVisitor visitor)
public java.lang.String toString()
toString in class java.lang.Objectprotected AbstractJumpInstruction createCopy(@NotNull Label newLabel)
createCopy in class AbstractJumpInstruction