Uses of Interface
java.lang.classfile.instruction.ConstantInstruction
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of ConstantInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Modifier and TypeInterfaceDescriptionstatic interface
Preview.Models an "argument constant" instruction (e.g.,bipush
).static interface
Preview.Models an "intrinsic constant" instruction (e.g.,iconst_0
).static interface
Preview.Models a "load constant" instruction (e.g.,ldc
).