Uses of Interface
java.lang.classfile.instruction.ConstantInstruction
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of ConstantInstruction in java.lang.classfile.instruction
Modifier and TypeInterfaceDescriptionstatic interface
Models an "argument constant" instruction, which encodes the constant value in the instruction directly.static interface
Models an "intrinsic constant" instruction, which encodes the constant value in its opcode.static interface
Models a "load constant" instruction, which encodes the constant value in the constant pool.