public interface

IDTarget

implements IDElement
com.pnfsoftware.jeb.core.units.code.android.ir.IDTarget

Class Overview

dexdec IR target information, containing an intra-method IR offset. Those objects are mutable.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
Public Methods
abstract IDTarget duplicate()
Duplicate this element.
abstract int getOffset()
Retrieve the IR offset (0+).
abstract void setOffset(int offset)
Update the IR offset stored in this target object.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement

Public Methods

public abstract IDTarget duplicate ()

Duplicate this element.

Returns
  • a deep copy of this element; the type of the duplicated element should be the same as this element's type

public abstract int getOffset ()

Retrieve the IR offset (0+).

public abstract void setOffset (int offset)

Update the IR offset stored in this target object.