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 interface
Models an "argument constant" instruction (e.g.,bipush
).static interface
Models an "intrinsic constant" instruction (e.g.,iconst_0
).static interface
Models a "load constant" instruction (e.g.,ldc
).