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 will have a kind of Opcode.Kind.OPERATOR. Delivered as a CodeElement when traversing the elements of a CodeModel.
Since:
24