Uses of Class
jadx.core.dex.instructions.args.CodeVar
Packages that use CodeVar
Package
Description
-
Uses of CodeVar in jadx.api.metadata.annotations
Methods in jadx.api.metadata.annotations with parameters of type CodeVarModifier and TypeMethodDescriptionstatic @Nullable VarNodeVarNode.get(MethodNode mth, CodeVar codeVar) -
Uses of CodeVar in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type CodeVarModifier and TypeMethodDescriptionvoidInsnGen.declareVar(ICodeWriter code, CodeVar codeVar) private voidInsnGen.defVar(ICodeWriter code, CodeVar codeVar) Variable definition without type, only var nameprivate StringNameGen.getFallbackName(CodeVar var) private StringNameGen.makeArgName(CodeVar var) -
Uses of CodeVar in jadx.core.codegen.utils
Methods in jadx.core.codegen.utils that return CodeVar -
Uses of CodeVar in jadx.core.dex.attributes.nodes
Fields in jadx.core.dex.attributes.nodes with type parameters of type CodeVarMethods in jadx.core.dex.attributes.nodes that return types with arguments of type CodeVarMethods in jadx.core.dex.attributes.nodes with parameters of type CodeVar -
Uses of CodeVar in jadx.core.dex.instructions.args
Fields in jadx.core.dex.instructions.args declared as CodeVarModifier and TypeFieldDescriptionprivate @Nullable("Set in InitCodeVariables pass") CodeVarSSAVar.codeVarMethods in jadx.core.dex.instructions.args that return CodeVarModifier and TypeMethodDescriptionstatic CodeVarCodeVar.fromMthArg(RegisterArg mthArg, boolean linkRegister) @NotNull CodeVarSSAVar.getCodeVar()Methods in jadx.core.dex.instructions.args with parameters of type CodeVarModifier and TypeMethodDescriptionvoidCodeVar.mergeFlagsFrom(CodeVar other) Merge flags with OR operatorvoidSSAVar.setCodeVar(@NotNull CodeVar codeVar) -
Uses of CodeVar in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type CodeVarModifier and TypeMethodDescriptionprivate @Nullable Stringprivate static voidInitCodeVariables.setCodeVar(SSAVar ssaVar, CodeVar codeVar) private static voidInitCodeVariables.setCodeVarType(CodeVar codeVar, Set<SSAVar> vars) -
Uses of CodeVar in jadx.core.dex.visitors.regions.variables
Methods in jadx.core.dex.visitors.regions.variables that return types with arguments of type CodeVarMethods in jadx.core.dex.visitors.regions.variables with parameters of type CodeVarModifier and TypeMethodDescriptionprivate voidProcessVariables.declareVar(MethodNode mth, CodeVar codeVar, List<VarUsage> usageList) private static voidProcessVariables.declareVarInRegion(IContainer region, CodeVar var) Method parameters in jadx.core.dex.visitors.regions.variables with type arguments of type CodeVarModifier and TypeMethodDescriptionprivate voidProcessVariables.checkCodeVars(MethodNode mth, List<CodeVar> codeVars)