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