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