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