public class Instruction
private Byte
opcode
private Object
value
Instruction(Byte opcode, Object value)
final Byte
getOpcode()
final Unit
setOpcode(Byte opcode)
final Object
getValue()
setValue(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Byte getOpcode()
final Unit setOpcode(Byte opcode)
final Object getValue()
final Unit setValue(Object value)