Uses of Interface
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. -
-
Uses of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.ast
Subinterfaces of ASTPrimaryExpression in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description interfaceASTAssignableExprAn expression that may be assigned by an assignment expression, or incremented or decremented.static interfaceASTAssignableExpr.ASTNamedReferenceExprAn assignable expression that has a name, and refers to a symbol.interfaceASTLiteralA lexical literal.interfaceQualifiableExpressionNode that may be qualified by an expression, e.g. an instance method call or inner class constructor invocation.Classes in net.sourceforge.pmd.lang.java.ast that implement ASTPrimaryExpression Modifier and Type Class Description classASTAmbiguousNameAn ambiguous name occurring in any context.classASTArrayAccessAn array access expression.classASTArrayAllocationAn array creation expression.classASTBooleanLiteralThe boolean literal, either "true" or "false".classASTCharLiteralRepresents a character literal.classASTClassLiteralA class literal.classASTConstructorCallA class instance creation expression.classASTFieldAccessA field access expression.classASTMethodCallA method invocation expression.classASTMethodReferenceMethod or constructor reference expression.classASTNullLiteralThe null literal.classASTNumericLiteralA numeric literal of any type (double, int, long, float, etc).classASTPatternExpressionWraps aASTPatternnode but presents the interface ofASTExpression.classASTStringLiteralRepresents a string literal.classASTSuperExpressionThe "super" keyword.classASTThisExpressionThe "this" expression.classASTTypeExpressionWraps a type node but presents the interface ofASTExpression.classASTVariableAccessAn unqualified reference to a variable (either local, or a field that is in scope).Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTPrimaryExpression Modifier and Type Method Description RJavaVisitorBase. visitPrimaryExpr(ASTPrimaryExpression node, P data)
-