Preview
Second Preview of ClassFile API (JEP 466).
Programs can only use ArrayLoadInstruction
when preview features are enabled.
Preview features may be removed in a future release,
or upgraded to permanent features of the Java platform.
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
.
Modifier and Type | Method and Description |
---|---|
public static ArrayLoadInstruction | Returns: an array load instructionthe opcode for the specific type of array load instruction,
which must be of kind op)Opcode. Returns an array load instruction. |
public TypeKind |
of | back to summary |
---|---|
public static ArrayLoadInstruction of(Opcode op) Returns an array load instruction.
|
typeKind | back to summary |
---|---|
public TypeKind typeKind() Returns the component type of the array.
|