Uses of Interface
java.lang.classfile.instruction.ConstantInstruction.LoadConstantInstruction
Packages that use ConstantInstruction.LoadConstantInstructionPREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of ConstantInstruction.LoadConstantInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return ConstantInstruction.LoadConstantInstructionPREVIEWModifier and TypeMethodDescriptionConstantInstruction.ofLoad
(OpcodePREVIEW op, LoadableConstantEntryPREVIEW constant) Returns a load constant instruction.