Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTAssignableExpr
-
Packages that use ASTAssignableExpr Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTAssignableExpr in net.sourceforge.pmd.lang.java.ast
Subinterfaces of ASTAssignableExpr in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description static interface
ASTAssignableExpr.ASTNamedReferenceExpr
An assignable expression that has a name, and refers to a symbol.Classes in net.sourceforge.pmd.lang.java.ast that implement ASTAssignableExpr Modifier and Type Class Description class
ASTArrayAccess
An array access expression.class
ASTFieldAccess
A field access expression.class
ASTVariableAccess
An unqualified reference to a variable (either local, or a field that is in scope).Methods in net.sourceforge.pmd.lang.java.ast that return ASTAssignableExpr Modifier and Type Method Description @NonNull ASTAssignableExpr
ASTAssignmentExpression. getLeftOperand()
Returns the left-hand side, ie the expression being assigned to.
-