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