StackInstructionpublic abstract class StackInstruction extends Instruction Super class for stack operations like DUP and POP. |
Constructors Summary |
---|
StackInstruction()Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
| protected StackInstruction(short opcode)
super(opcode, (short)1);
|
|