Uses of Interface
java.lang.classfile.instruction.NewMultiArrayInstruction
Packages that use NewMultiArrayInstruction
Package
Description
Provides interfaces describing code instructions for the 
java.lang.classfile library.- 
Uses of NewMultiArrayInstruction in java.lang.classfile.instructionMethods in java.lang.classfile.instruction that return NewMultiArrayInstructionModifier and TypeMethodDescriptionstatic NewMultiArrayInstructionNewMultiArrayInstruction.of(ClassEntry arrayTypeEntry, int dimensions) Returns a new multi-dimensional array instruction.