Uses of Interface
jadx.api.plugins.input.data.ILocalVar
Packages that use ILocalVar
Package
Description
-
Uses of ILocalVar in jadx.api.plugins.input.data
Methods in jadx.api.plugins.input.data that return types with arguments of type ILocalVar -
Uses of ILocalVar in jadx.api.plugins.input.data.impl
Fields in jadx.api.plugins.input.data.impl with type parameters of type ILocalVarMethods in jadx.api.plugins.input.data.impl that return types with arguments of type ILocalVarConstructor parameters in jadx.api.plugins.input.data.impl with type arguments of type ILocalVar -
Uses of ILocalVar in jadx.core.dex.attributes.nodes
Fields in jadx.core.dex.attributes.nodes with type parameters of type ILocalVarMethods in jadx.core.dex.attributes.nodes that return types with arguments of type ILocalVarConstructor parameters in jadx.core.dex.attributes.nodes with type arguments of type ILocalVar -
Uses of ILocalVar in jadx.core.dex.visitors.debuginfo
Methods in jadx.core.dex.visitors.debuginfo with parameters of type ILocalVarModifier and TypeMethodDescriptionstatic ArgTypeDebugInfoAttachVisitor.getVarType(MethodNode mth, ILocalVar var) Method parameters in jadx.core.dex.visitors.debuginfo with type arguments of type ILocalVarModifier and TypeMethodDescriptionprivate voidDebugInfoAttachVisitor.attachDebugInfo(MethodNode mth, List<ILocalVar> localVars, InsnNode[] insnArr) -
Uses of ILocalVar in jadx.plugins.input.dex.sections.debuginfo
Classes in jadx.plugins.input.dex.sections.debuginfo that implement ILocalVarFields in jadx.plugins.input.dex.sections.debuginfo with type parameters of type ILocalVar