public class EmptyInstruction extends SimpleInstruction
| Modifier and Type | Field and Description |
|---|---|
static EmptyInstruction |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ControlFlowInstructionVisitor visitor,
int offset,
int nextOffset) |
java.lang.String |
toString() |
getNext, nNextclonepublic static final EmptyInstruction INSTANCE
public java.lang.String toString()
toString in class InstructionBasepublic void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept in interface Instructionaccept in class SimpleInstruction