Interface NewReferenceArrayInstruction
- All Superinterfaces:
ClassFileElement
,CodeElement
,Instruction
Models a
anewarray
invocation instruction in the code
array of a Code
attribute. Delivered as a CodeElement
when traversing the elements of a CodeModel
.- Since:
- 24
-
Method Summary
Modifier and TypeMethodDescriptionReturns the component type of the array.static NewReferenceArrayInstruction
of
(ClassEntry componentType) Returns a new reference array instruction.Methods declared in interface java.lang.classfile.Instruction
opcode, sizeInBytes
-
Method Details
-
componentType
ClassEntry componentType()Returns the component type of the array.- Returns:
- the component type of the array
-
of
Returns a new reference array instruction.- Parameters:
componentType
- the component type of the array- Returns:
- a new reference array instruction
-