public interface Instruction
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
void |
accept(ControlFlowInstructionVisitor visitor,
int offset,
int nextOffset) |
Instruction |
clone() |
int |
getNext(int index,
int no) |
int |
nNext() |
Instruction clone()
int nNext()
int getNext(int index, int no)
void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)