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:
    • setName

      default boolean setName(String name)
      Set a new name for the dex item. Not all dex items may be renamed. The default implementation returns false.
      Parameters:
      name - new name
      Returns:
      success indicator