[Java] Interface ExpressionTransformer
Provides a way to transform expressions
- Authors:
- James Strachan
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Expression |
transform(Expression expression) Transforms the given expression into another expression |
Method Detail
public Expression transform(Expression expression)
Transforms the given expression into another expression
© 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/ExpressionTransformer.html