Package org.eolang.opeo
Interface Instruction
-
- All Known Implementing Classes:
JeoInstruction
,OpcodeInstruction
public interface Instruction
Instruction abstraction.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
opcode()
Opcode number.Object
operand(int index)
Retrieve operand by position index.List<Object>
operands()
Full list of operands.
-