ClassFileElement, CodeElement, Instructionpublic sealed interface NewPrimitiveArrayInstruction extends Instruction
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:
NewPrimitiveArrayInstruction(TypeKind typeKind)
typeKind is primitive and not void.| Modifier and Type | Method | Description |
|---|---|---|
static NewPrimitiveArrayInstruction |
of |
Returns a new primitive array instruction. |
TypeKind |
typeKind() |
Returns the component type of the array. |
opcode, sizeInBytes
TypeKind typeKind()
typeKind().newarrayCode().static NewPrimitiveArrayInstruction of(TypeKind typeKind)
typeKind - the component type of the arrayIllegalArgumentException - when typeKind is not primitive or is void
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/instruction/NewPrimitiveArrayInstruction.html