public interface

IDReferenceType

implements IDExpression
com.pnfsoftware.jeb.core.units.code.android.ir.IDReferenceType

Class Overview

dexdec IR reference type object.

Example:

 if(obj instanceof Foo) { ...
                   ^^^
 

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
Public Methods
abstract IDReferenceType duplicate()
Duplicate this element.
abstract IDIndex getTypeIndex()
Get the type index.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDElement
From interface com.pnfsoftware.jeb.core.units.code.android.ir.IDExpression

Public Methods

public abstract IDReferenceType 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 IDIndex getTypeIndex ()

Get the type index.