Uses of Class
jadx.api.JavaVariable
Packages that use JavaVariable
-
Uses of JavaVariable in jadx.api
Methods in jadx.api that return JavaVariableModifier and TypeMethodDescriptionprivate JavaVariableJadxDecompiler.resolveVarNode(VarNode varNode) private @Nullable JavaVariableJadxDecompiler.resolveVarRef(ICodeInfo codeInfo, VarRef varRef) -
Uses of JavaVariable in jadx.api.data.impl
Methods in jadx.api.data.impl with parameters of type JavaVariableModifier and TypeMethodDescriptionstatic JadxCodeRefJadxCodeRef.forVar(JavaVariable javaVariable)