Package jadx.api.deobf
Interface IAliasProvider
- All Known Implementing Classes:
DeobfAliasProvider
public interface IAliasProvider
-
Method Summary
Modifier and TypeMethodDescriptionforMethod(MethodNode mth) forPackage(PackageNode pkg) default voiddefault voidinitIndexes(int pkg, int cls, int fld, int mth) Optional method to set initial max indexes loaded from mapping
-
Method Details
-
init
-
forPackage
-
forClass
-
forField
-
forMethod
-
initIndexes
default void initIndexes(int pkg, int cls, int fld, int mth) Optional method to set initial max indexes loaded from mapping
-