Uses of Interface
java.lang.classfile.instruction.NewObjectInstruction
Packages that use NewObjectInstructionPREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of NewObjectInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return NewObjectInstructionPREVIEWModifier and TypeMethodDescriptionstatic NewObjectInstructionPREVIEWNewObjectInstruction.of(ClassEntryPREVIEW className) Returns a new object instruction.