Interface Instruction

All Superinterfaces:
ClassFileElementPREVIEW, CodeElementPREVIEW
All Known Subinterfaces:
ArrayLoadInstructionPREVIEW, ArrayStoreInstructionPREVIEW, BranchInstructionPREVIEW, ConstantInstructionPREVIEW, ConstantInstruction.ArgumentConstantInstructionPREVIEW, ConstantInstruction.IntrinsicConstantInstructionPREVIEW, ConstantInstruction.LoadConstantInstructionPREVIEW, ConvertInstructionPREVIEW, DiscontinuedInstructionPREVIEW, DiscontinuedInstruction.JsrInstructionPREVIEW, DiscontinuedInstruction.RetInstructionPREVIEW, FieldInstructionPREVIEW, IncrementInstructionPREVIEW, InvokeDynamicInstructionPREVIEW, InvokeInstructionPREVIEW, LoadInstructionPREVIEW, LookupSwitchInstructionPREVIEW, MonitorInstructionPREVIEW, NewMultiArrayInstructionPREVIEW, NewObjectInstructionPREVIEW, NewPrimitiveArrayInstructionPREVIEW, NewReferenceArrayInstructionPREVIEW, NopInstructionPREVIEW, OperatorInstructionPREVIEW, ReturnInstructionPREVIEW, StackInstructionPREVIEW, StoreInstructionPREVIEW, TableSwitchInstructionPREVIEW, ThrowInstructionPREVIEW, TypeCheckInstructionPREVIEW

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the opcode of this instruction.
    int
    Returns the size in bytes of this instruction.
  • Method Details

    • opcode

      OpcodePREVIEW opcode()
      Returns the opcode of this instruction.
      Returns:
      the opcode of this instruction
    • sizeInBytes

      int sizeInBytes()
      Returns the size in bytes of this instruction.
      Returns:
      the size in bytes of this instruction