Module java.base

Interface ConstantInstruction.LoadConstantInstruction

All Superinterfaces:
ClassFileElementPREVIEW, CodeElementPREVIEW, ConstantInstructionPREVIEW, InstructionPREVIEW
Enclosing interface:
ConstantInstructionPREVIEW

public static sealed interface ConstantInstruction.LoadConstantInstruction extends ConstantInstructionPREVIEW
LoadConstantInstruction is a preview API of the Java platform.
Programs can only use LoadConstantInstruction when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models a "load constant" instruction (e.g., ldc).
Since:
22