# Interface: com.pnfsoftware.jeb.core.units.code.android.ir.IDTarget

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

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDTarget`


## Method: getOffset
- return type: `int`

Description: Retrieve the IR offset \(0\+\).
return: the target offset

## Method: setOffset
- parameter: `offset`, type: `int`

Description: Update the IR offset stored in this target object.
parameter: offset: target offset

