public interface ExpressionTransformer
Provides a way to transform expressions
Type Params | Return Type | Name and description |
---|---|---|
public Expression |
transform(Expression expression) Transforms the given expression into another expression |
Transforms the given expression into another expression
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/ast/expr/ExpressionTransformer.html