Groovy 2.2.0

org.codehaus.groovy.transform.sc.transformers
[Java] Class VariableExpressionTransformer

java.lang.Object
  org.codehaus.groovy.transform.sc.transformers.VariableExpressionTransformer

public class VariableExpressionTransformer
extends Object

Transformer for VariableExpression the bytecode backend wouldn't be able to handle otherwise.

Authors:
Jochen "blackdrag" Theodorou


Method Summary
Expression transformVariableExpression(VariableExpression expr)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

transformVariableExpression

public Expression transformVariableExpression(VariableExpression expr)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.