All Superinterfaces:
IDElement, IInstructionOperand

public interface IDIndex extends IDElement
dexdec IR interface for objects representing a pool index (e.g. type, string, etc.) holder object. Those objects are immutable.
  • Method Details

    • getValue

      int getValue()
      Get the index value.
      Returns:
    • duplicate

      IDIndex duplicate()
      Description copied from interface: IDElement
      Duplicate this element.
      Specified by:
      duplicate in interface IDElement
      Returns:
      a deep copy of this element; the type of the duplicated element should be the same as this element's type