Represents a property access such as the expression "foo.bar".
| Fields inherited from class | Fields | 
|---|---|
class Expression | 
                            EMPTY_ARRAY | 
                        
| Constructor and description | 
|---|
                                PropertyExpression
                                (Expression objectExpression, String property) | 
                        
                                PropertyExpression
                                (Expression objectExpression, Expression property) | 
                        
                                PropertyExpression
                                (Expression objectExpression, Expression property, boolean safe) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Expression | 
                            getObjectExpression() | 
                        
 | 
                            Expression | 
                            getProperty() | 
                        
 | 
                            String | 
                            getPropertyAsString() | 
                        
 | 
                            String | 
                            getText() | 
                        
 | 
                            boolean | 
                            isDynamic() | 
                        
 | 
                            boolean | 
                            isImplicitThis() | 
                        
 | 
                            boolean | 
                            isSafe()
  | 
                        
 | 
                            boolean | 
                            isSpreadSafe() | 
                        
 | 
                            boolean | 
                            isStatic() | 
                        
 | 
                            void | 
                            setImplicitThis(boolean it) | 
                        
 | 
                            void | 
                            setObjectExpression(Expression exp) | 
                        
 | 
                            void | 
                            setSpreadSafe(boolean value) | 
                        
 | 
                            void | 
                            setStatic(boolean aStatic) | 
                        
 | 
                            String | 
                            toString() | 
                        
 | 
                            Expression | 
                            transformExpression(ExpressionTransformer transformer) | 
                        
 | 
                            void | 
                            visit(GroovyCodeVisitor visitor) | 
                        
| Methods inherited from class | Name | 
|---|---|
class Expression | 
                            getType, setType, transformExpression, transformExpressions, transformExpressions | 
                        
class AnnotatedNode | 
                            addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic | 
                        
class ASTNode | 
                            copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, hashCode, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.