public class InvalidInstruction extends Instruction
NOOP_INSTRUCTION
Constructor and Description |
---|
InvalidInstruction(java.lang.String id,
java.lang.String operation) |
Modifier and Type | Method and Description |
---|---|
protected InstructionResult |
executeInternal(InstructionExecutor executor) |
public InvalidInstruction(java.lang.String id, java.lang.String operation)
protected InstructionResult executeInternal(InstructionExecutor executor) throws SlimException
executeInternal
in class Instruction
SlimException