[Java] Class AttributeExpression

  • org.codehaus.groovy.ast.expr.AttributeExpression

Represents an attribute access (accessing the field of a class) such as the expression "foo.@bar".

Authors:
James Strachan

Constructor Detail

public AttributeExpression(Expression objectExpression, Expression property)

public AttributeExpression(Expression objectExpression, Expression property, boolean safe)

Method Detail

public Expression transformExpression(ExpressionTransformer transformer)

public void visit(GroovyCodeVisitor visitor)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ast/expr/AttributeExpression.html