public class CallInstruction extends GoToInstruction
BranchingInstruction.RoleisReturnoffset, 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, nNextclonepublic java.lang.String toString()
toString in class GoToInstructionpublic void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept in interface Instructionaccept in class GoToInstruction