Interface ConstantInstruction.IntrinsicConstantInstruction

All Superinterfaces:
ClassFileElement, CodeElement, ConstantInstruction, Instruction
All Known Implementing Classes:
AbstractInstruction.UnboundIntrinsicConstantInstruction
Enclosing interface:
ConstantInstruction

public static sealed interface ConstantInstruction.IntrinsicConstantInstruction extends ConstantInstruction permits AbstractInstruction.UnboundIntrinsicConstantInstruction
Models an "intrinsic constant" instruction (e.g., iconst_0).
Since:
22
  • Method Details