All Superinterfaces:
IDElement, IInstructionOperand

public interface IDTarget extends IDElement
dexdec IR target information, containing an intra-method IR offset. Those objects are mutable.
  • Method Details

    • getOffset

      int getOffset()
      Retrieve the IR offset (0+).
      Returns:
    • setOffset

      void setOffset(int offset)
      Update the IR offset stored in this target object.
      Parameters:
      offset -
    • duplicate

      IDTarget 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