Interface OperatorInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface OperatorInstruction extends Instruction
Models an arithmetic operator instruction in the code array of a Code attribute. Corresponding opcodes have a kind of Opcode.Kind.OPERATOR. Delivered as a CodeElement when traversing the elements of a CodeModel.

An operator instruction is composite:

Since:
24
See Also: