Uses of Class
jadx.core.dex.visitors.regions.variables.VarUsage
Packages that use VarUsage
-
Uses of VarUsage in jadx.core.dex.visitors.regions.variables
Fields in jadx.core.dex.visitors.regions.variables with type parameters of type VarUsageMethods in jadx.core.dex.visitors.regions.variables that return VarUsageMethods in jadx.core.dex.visitors.regions.variables that return types with arguments of type VarUsageMethods in jadx.core.dex.visitors.regions.variables with parameters of type VarUsageModifier and TypeMethodDescriptionprivate static booleanProcessVariables.canDeclareAt(VarUsage usage, UsePlace usePlace) private booleanProcessVariables.checkDeclareAtAssign(List<VarUsage> list, VarUsage mergedUsage) Method parameters in jadx.core.dex.visitors.regions.variables with type arguments of type VarUsageModifier and TypeMethodDescriptionprivate booleanProcessVariables.checkDeclareAtAssign(List<VarUsage> list, VarUsage mergedUsage) private voidProcessVariables.declareVar(MethodNode mth, CodeVar codeVar, List<VarUsage> usageList)