Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTVariableAccess
-
Packages that use ASTVariableAccess Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.types.ast -
-
Uses of ASTVariableAccess in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTVariableAccess Modifier and Type Method Description static void
InternalApiBridge. setSignature(ASTVariableAccess node, JVariableSig sig)
static void
InternalApiBridge. setTypedSym(ASTVariableAccess expr, JVariableSig sym)
default R
JavaVisitor. visit(ASTVariableAccess node, P data)
R
JavaVisitorBase. visit(ASTVariableAccess node, P data)
-
Uses of ASTVariableAccess in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTVariableAccess Modifier and Type Method Description Object
AccessorMethodGenerationRule. visit(ASTVariableAccess node, Object data)
-
Uses of ASTVariableAccess in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTVariableAccess Modifier and Type Method Description Object
UnnecessaryImportRule. visit(ASTVariableAccess node, Object data)
-
Uses of ASTVariableAccess in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTVariableAccess Modifier and Type Method Description Object
AssignmentToNonFinalStaticRule. visit(ASTVariableAccess node, Object data)
-
Uses of ASTVariableAccess in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ASTVariableAccess Modifier and Type Method Description JTypeMirror
LazyTypeResolver. visit(ASTVariableAccess node, TypingContext ctx)
-