Uses of Interface
java.lang.classfile.instruction.ConstantInstruction
Packages that use ConstantInstructionPREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of ConstantInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Subinterfaces of ConstantInstructionPREVIEW in java.lang.classfile.instructionPREVIEWModifier and TypeInterfaceDescriptionstatic interfacePreview.Models an "argument constant" instruction (e.g.,bipush).static interfacePreview.Models an "intrinsic constant" instruction (e.g.,iconst_0).static interfacePreview.Models a "load constant" instruction (e.g.,ldc).