public interface

IDIndex

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

Class Overview

dexdec IR interface for objects representing a pool index (e.g. type, string, etc.) holder object. Those objects are immutable.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
Public Methods
abstract IDIndex duplicate()
Duplicate this element.
abstract int getValue()
Get the index value.
[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 IDIndex 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 getValue ()

Get the index value.