public class ReturnInstruction extends GoToInstruction
BranchingInstruction.RoleisReturnoffset, 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() |
clonepublic ReturnInstruction(int offset,
CallInstruction callInstruction)
public java.lang.String toString()
toString in class GoToInstructionpublic int nNext()
nNext in interface InstructionnNext in class GoToInstructionpublic int getNext(int index,
int no)
getNext in interface InstructiongetNext in class GoToInstructionpublic void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept in interface Instructionaccept in class GoToInstruction