Uses of Interface
io.smallrye.classfile.instruction.NewObjectInstruction
Packages that use NewObjectInstruction
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of NewObjectInstruction in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return NewObjectInstructionModifier and TypeMethodDescriptionstatic NewObjectInstructionNewObjectInstruction.of(ClassEntry className) Returns a new object instruction.