Interface IMethodRef

All Superinterfaces:
ICustomPayload, IMethodProto
All Known Implementing Classes:
DexMethodRef

public interface IMethodRef extends IMethodProto, ICustomPayload
  • Method Details

    • getUniqId

      int getUniqId()
      Method unique id (will be used for caching).
      Returns:
      0 if can't calculate good unique identifier (disable caching)
    • load

      void load()
      Lazy loading for method info, until load() is called only getUniqId() can be used
    • getParentClassType

      String getParentClassType()
    • getName

      String getName()