public class ThrowToInstruction extends BranchingInstruction
BranchingInstruction.Roleoffset, 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() |
clonepublic java.lang.String toString()
toString in class InstructionBasepublic int nNext()
public int getNext(int index,
int no)
public void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept in interface Instructionaccept in class BranchingInstruction