Uses of Interface
io.smallrye.classfile.instruction.ConstantInstruction
Packages that use ConstantInstruction
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of ConstantInstruction in io.smallrye.classfile.instruction
Subinterfaces of ConstantInstruction in io.smallrye.classfile.instructionModifier and TypeInterfaceDescriptionstatic interfaceModels an "argument constant" instruction, which encodes the constant value in the instruction directly.static interfaceModels an "intrinsic constant" instruction, which encodes the constant value in its opcode.static interfaceModels a "load constant" instruction, which encodes the constant value in the constant pool.