Class ClosureExpressionTransformer
java.lang.Object
org.codehaus.groovy.transform.sc.transformers.ClosureExpressionTransformer
Applies static-compilation-specific rewrites to closure expressions.
-
Constructor Summary
ConstructorsConstructorDescriptionClosureExpressionTransformer(StaticCompilationTransformer staticCompilationTransformer) Creates a closure-expression transformer backed by the owning static compilation transformer. -
Method Summary
-
Constructor Details
-
ClosureExpressionTransformer
Creates a closure-expression transformer backed by the owning static compilation transformer.- Parameters:
staticCompilationTransformer- the shared transformer context
-