Module java.base

Interface ConstantInstruction.IntrinsicConstantInstruction

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

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