Clone this instruction.
Clone this instruction.
This abstract method returns the number of used elements on the stack
This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.
This abstract method returns the number of produced elements on the stack
This instruction produces these types on top of the stack.
(instruction: StringAdd).self
(instruction: StringFormat).self
(instruction: ArrowAssoc[ICodes.Instruction]).x
(Since version 2.10.0) Use leftOfArrow
instead
(instruction: Ensuring[ICodes.Instruction]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
This class represents an instruction of the intermediate code. Each case subclass will represent a specific operation.