Module java.base

Interface ConstantInstruction.ArgumentConstantInstruction

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

public static sealed interface ConstantInstruction.ArgumentConstantInstruction extends ConstantInstructionPREVIEW
ArgumentConstantInstruction is a preview API of the Java platform.
Programs can only use ArgumentConstantInstruction 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 "argument constant" instruction (e.g., bipush).
Since:
22