Interface ConstantInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction
All Known Subinterfaces:
ConstantInstruction.ArgumentConstantInstruction, ConstantInstruction.IntrinsicConstantInstruction, ConstantInstruction.LoadConstantInstruction

Models a constant-load instruction in the code array of a Code attribute, including "intrinsic", "argument", and "load" constant instructions. Corresponding opcodes have a kind of Opcode.Kind.CONSTANT. Delivered as a CodeElement when traversing the elements of a CodeModel.

The loaded constant value is symbolically represented as a ConstantDesc:

Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for ConstantInstructionSealed class hierarchy graph for ConstantInstruction
Since:
24
See Also: