Interface IInstructionOperandSized

All Superinterfaces:
IInstructionOperand
All Known Subinterfaces:
IInstructionOperandCMA, IInstructionOperandGeneric, IInstructionOperandList
All Known Implementing Classes:
AbstractInstructionOperandGeneric, AbstractInstructionOperandList, Operand

public interface IInstructionOperandSized extends IInstructionOperand
Operands with a size.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the operand size in bits.

    Methods inherited from interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand

    format
  • Method Details

    • getOperandBitsize

      int getOperandBitsize()
      Get the operand size in bits.
      Returns: