Interface ArrayLoadInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface ArrayLoadInstruction extends Instruction
Models an array load instruction in the code array of a Code attribute. Corresponding opcodes will have a kind of Opcode.Kind.ARRAY_LOAD. Delivered as a CodeElement when traversing the elements of a CodeModel.
Since:
24