public class VariableExpressionTransformer extends Object implements ExpressionTransformer
An expression transformer used in the process of replacing the access to variables
| Constructor and description | 
|---|
| VariableExpressionTransformer(Closure<Boolean> when, Closure<VariableExpression> replaceWith) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public Closure<VariableExpression> | getReplaceWith() | 
|  | public Closure<Boolean> | getWhen() | 
|  | public void | setReplaceWith(Closure<VariableExpression> replaceWith) | 
|  | public void | setWhen(Closure<Boolean> when) | 
|  | public Expression | transform(Expression expr) | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.