Interface NopInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface NopInstruction extends Instruction
Models a nop invocation 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 NopInstruction of()
      Returns a no-op instruction.
      Returns:
      a no-op instruction