Interface NewPrimitiveArrayInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface NewPrimitiveArrayInstruction extends Instruction
Models a newarray instruction in the code array of a Code attribute. Delivered as a CodeElement when traversing the elements of a CodeModel.

A new primitive array instruction is composite:

where typeKind is primitive and not void.
See Java Virtual Machine Specification:
6.5.newarray newarray
Since:
24
See Also: