- All Superinterfaces:
IDElement
, IInstructionOperand
dexdec
IR target information, containing an intra-method IR offset. Those objects are
mutable.
-
-
Method Summary
int
Retrieve the IR offset (0+).
void
Update the IR offset stored in this target object.
-
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
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