Interface ConstantInstruction.LoadConstantInstruction

All Superinterfaces:
ClassfileElement, CodeElement, ConstantInstruction, Instruction
All Known Implementing Classes:
AbstractInstruction.BoundLoadConstantInstruction, AbstractInstruction.UnboundLoadConstantInstruction
Enclosing interface:
ConstantInstruction

public static sealed interface ConstantInstruction.LoadConstantInstruction extends ConstantInstruction permits AbstractInstruction.BoundLoadConstantInstruction, AbstractInstruction.UnboundLoadConstantInstruction
Models a "load constant" instruction (e.g., ldc).
  • Method Details