[Java] Class ListOfExpressionsExpression

  • org.codehaus.groovy.transform.sc.ListOfExpressionsExpression

This class is used internally by the compiler to transform expressions like multiple assignments into a list of assignments.

Constructor Detail

public ListOfExpressionsExpression()

public ListOfExpressionsExpression(List<Expression> expressions)

Method Detail

public void addExpression(Expression expression)

@Override public Expression transformExpression(ExpressionTransformer transformer)

@Override public void visit(GroovyCodeVisitor visitor)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/transform/sc/ListOfExpressionsExpression.html