Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTPrimaryExpression
-
Packages that use ASTPrimaryExpression Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.metrics.impl.visitors net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.symboltable net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectJavaParserDecoratedVisitor. visit(ASTPrimaryExpression node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTPrimaryExpression node, Object data)Deprecated.ObjectJavaParserVisitorAdapter. visit(ASTPrimaryExpression node, Object data)ObjectJavaParserVisitorDecorator. visit(ASTPrimaryExpression node, Object data)Deprecated. -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.java.metrics.impl.visitors with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectAtfdBaseVisitor. visit(ASTPrimaryExpression node, Object data)Deprecated.ObjectTccAttributeAccessCollector. visit(ASTPrimaryExpression node, Object data)Deprecated.The primary expression node is used to detect access to attributes and method calls. -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectAbstractJavaRule. visit(ASTPrimaryExpression node, Object data) -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTPrimaryExpression Modifier and Type Method Description booleanAccessorMethodGenerationRule. isCompileTimeConstant(ASTPrimaryExpression expressions) -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectUnnecessaryCaseChangeRule. visit(ASTPrimaryExpression exp, Object data)ObjectUnnecessaryConversionTemporaryRule. visit(ASTPrimaryExpression node, Object data) -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectInefficientEmptyStringCheckRule. visit(ASTPrimaryExpression node, Object data) -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.symboltable
Methods in net.sourceforge.pmd.lang.java.symboltable with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectOccurrenceFinder. visit(ASTPrimaryExpression node, Object data)Constructors in net.sourceforge.pmd.lang.java.symboltable with parameters of type ASTPrimaryExpression Constructor Description NameFinder(ASTPrimaryExpression node) -
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTPrimaryExpression Modifier and Type Method Description ObjectClassTypeResolver. visit(ASTPrimaryExpression primaryNode, Object data)Deprecated.
-