Package jadx.api.plugins.input.data
Interface IMethodRef
- All Superinterfaces:
ICustomPayload,IMethodProto
- All Known Implementing Classes:
DexMethodRef
-
Method Summary
Methods inherited from interface jadx.api.plugins.input.data.IMethodProto
getArgTypes, getReturnType
-
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()
-