Interface TypeCheckInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface TypeCheckInstruction extends Instruction
Models an instanceof or checkcast instruction in the code array of a Code attribute. Delivered as a CodeElement when traversing the elements of a CodeModel.
Since:
24
  • Method Details