[Java] Class VariableExpressionTransformer
- org.codehaus.groovy.transform.sc.transformers.VariableExpressionTransformer
Transformer for VariableExpression the bytecode backend wouldn't be able to handle otherwise.
- Authors:
- Jochen "blackdrag" Theodorou
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Expression |
transformVariableExpression(VariableExpression expr) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public Expression transformVariableExpression(VariableExpression expr)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/transform/sc/transformers/VariableExpressionTransformer.html