All Superinterfaces:
ICodeItem
All Known Subinterfaces:
IDexCallSite, IDexClass, IDexField, IDexMethod, IDexMethodHandle, IDexPackage, IDexType

public interface IDexItem extends ICodeItem
Super-interface for Dex items objects.
  • Method Details

    • getDex

      IDexUnit getDex()
      Retrieve the dex unit that manages this item.
      Returns:
    • isRenamed

      boolean isRenamed()
      Determine whether or not the item was renamed.
      Returns: