Uses of Interface
jadx.api.data.ICodeRename
Packages that use ICodeRename
-
Uses of ICodeRename in jadx.api.data
Methods in jadx.api.data that return types with arguments of type ICodeRename -
Uses of ICodeRename in jadx.api.data.impl
Classes in jadx.api.data.impl that implement ICodeRenameFields in jadx.api.data.impl with type parameters of type ICodeRenameMethods in jadx.api.data.impl that return types with arguments of type ICodeRenameMethods in jadx.api.data.impl with parameters of type ICodeRenameMethod parameters in jadx.api.data.impl with type arguments of type ICodeRename -
Uses of ICodeRename in jadx.core.dex.visitors.rename
Fields in jadx.core.dex.visitors.rename with type parameters of type ICodeRenameModifier and TypeFieldDescriptionprivate Map<String, List<ICodeRename>> CodeRenameVisitor.clsRenamesMapMethods in jadx.core.dex.visitors.rename that return types with arguments of type ICodeRenameModifier and TypeMethodDescriptionprivate List<ICodeRename> CodeRenameVisitor.getRenames(ClassNode cls) Methods in jadx.core.dex.visitors.rename with parameters of type ICodeRenameModifier and TypeMethodDescriptionprivate static voidUserRenames.applyRename(ClassNode cls, ICodeRename rename) private static voidCodeRenameVisitor.processRename(MethodNode mth, IJavaCodeRef codeRef, ICodeRename rename) Method parameters in jadx.core.dex.visitors.rename with type arguments of type ICodeRenameModifier and TypeMethodDescriptionprivate static voidUserRenames.applyPkgRenames(RootNode root, List<ICodeRename> renames) private static voidCodeRenameVisitor.applyRenames(ClassNode cls, List<ICodeRename> renames)