Represents an attribute access (accessing the field of a class) such as the expression "foo.@bar".
Constructor and description |
---|
AttributeExpression
(Expression objectExpression, Expression property) |
AttributeExpression
(Expression objectExpression, Expression property, boolean safe) |
Type | Name and description |
---|---|
Expression |
transformExpression(ExpressionTransformer transformer) |
void |
visit(GroovyCodeVisitor visitor) |
Copyright © 2003-2014 The Codehaus. All rights reserved.