Interface Instruction

    • Method Detail

      • opcode

        int opcode()
        Opcode number.
        Returns:
        Opcode number.
      • operand

        Object operand​(int index)
        Retrieve operand by position index.
        Parameters:
        index - Operand index
        Returns:
        Operand
      • operands

        List<Object> operands()
        Full list of operands.
        Returns:
        Operands.