public class GoToInstruction extends BranchingInstruction
BranchingInstruction.Role
Modifier and Type | Field and Description |
---|---|
boolean |
isReturn |
offset, role
Modifier and Type | Method and Description |
---|---|
void |
accept(ControlFlowInstructionVisitor visitor,
int offset,
int nextOffset) |
int |
getNext(int index,
int no) |
int |
nNext() |
java.lang.String |
toString() |
clone
public java.lang.String toString()
toString
in class InstructionBase
public int nNext()
public int getNext(int index, int no)
public void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept
in interface Instruction
accept
in class BranchingInstruction