public class ReturnInstruction extends GoToInstruction
BranchingInstruction.Role
isReturn
offset, role
Constructor and Description |
---|
ReturnInstruction(int offset,
CallInstruction callInstruction) |
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 ReturnInstruction(int offset, CallInstruction callInstruction)
public java.lang.String toString()
toString
in class GoToInstruction
public int nNext()
nNext
in interface Instruction
nNext
in class GoToInstruction
public int getNext(int index, int no)
getNext
in interface Instruction
getNext
in class GoToInstruction
public void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept
in interface Instruction
accept
in class GoToInstruction