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).
  • Method Details