Package org.eolang.opeo
Interface Instruction
-
- All Known Implementing Classes:
Instruction.Nop
,JeoInstruction
,LabelInstruction
,OpcodeInstruction
public interface Instruction
Instruction abstraction.- Since:
- 0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Instruction.Nop
Not an operation instruction.
-
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.
-