Interface MonitorInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface MonitorInstruction extends Instruction
Models a monitorenter or monitorexit instruction in the code array of a Code attribute. Corresponding opcodes have a kind of Opcode.Kind.MONITOR. Delivered as a CodeElement when traversing the elements of a CodeModel.

A monitor instruction is composite:

Since:
24