Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTVariableAccess
Packages that use ASTVariableAccess
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTVariableAccess in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTVariableAccessModifier and TypeMethodDescriptionstatic voidInternalApiBridge.setSignature(ASTVariableAccess node, JVariableSig sig) static voidInternalApiBridge.setTypedSym(ASTVariableAccess expr, JVariableSig sym) default RJavaVisitor.visit(ASTVariableAccess node, P data) 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 ASTVariableAccessModifier and TypeMethodDescriptionAccessorMethodGenerationRule.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 ASTVariableAccessModifier and TypeMethodDescriptionUnnecessaryImportRule.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 ASTVariableAccessModifier and TypeMethodDescriptionAssignmentToNonFinalStaticRule.visit(ASTVariableAccess node, Object data)