Interface ThrowInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

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

    • of

      static ThrowInstruction of()
      Returns a throw instruction.
      Returns:
      a throw instruction