Uses of Class
jadx.api.metadata.annotations.VarNode
Packages that use VarNode
Package
Description
-
Uses of VarNode in jadx.api
Modifier and TypeMethodDescriptionprivate JavaVariableJadxDecompiler.resolveVarNode(VarNode varNode) -
Uses of VarNode in jadx.api.data.impl
Methods in jadx.api.data.impl with parameters of type VarNode -
Uses of VarNode in jadx.api.metadata.annotations
Fields in jadx.api.metadata.annotations declared as VarNodeMethods in jadx.api.metadata.annotations that return VarNodeModifier and TypeMethodDescriptionstatic @Nullable VarNodeVarNode.get(MethodNode mth, CodeVar codeVar) static @Nullable VarNodeVarNode.get(MethodNode mth, RegisterArg reg) static @Nullable VarNodeVarNode.get(MethodNode mth, SSAVar ssaVar) Methods in jadx.api.metadata.annotations with parameters of type VarNodeConstructors in jadx.api.metadata.annotations with parameters of type VarNode -
Uses of VarNode in jadx.core.dex.instructions.args
Fields in jadx.core.dex.instructions.args declared as VarNodeMethods in jadx.core.dex.instructions.args that return VarNodeMethods in jadx.core.dex.instructions.args with parameters of type VarNode -
Uses of VarNode in jadx.core.dex.nodes
Methods in jadx.core.dex.nodes that return types with arguments of type VarNode