public interface

IDexItem

implements ICodeItem
com.pnfsoftware.jeb.core.units.code.android.dex.IDexItem
Known Indirect Subclasses

Class Overview

Super-interface for Dex items objects.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract IDexUnit getDex()
Retrieve the dex unit that manages this item.
abstract boolean isRenamed()
Determine whether or not the item was renamed.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem

Public Methods

public abstract IDexUnit getDex ()

Retrieve the dex unit that manages this item.

public abstract boolean isRenamed ()

Determine whether or not the item was renamed.