Class ConstructorCallTransformer
java.lang.Object
org.codehaus.groovy.transform.sc.transformers.ConstructorCallTransformer
Rewrites constructor calls that have a more direct static-compilation form.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorCallTransformer(StaticCompilationTransformer staticCompilationTransformer) Creates a constructor-call transformer backed by the owning static compilation transformer. -
Method Summary
-
Constructor Details
-
ConstructorCallTransformer
Creates a constructor-call transformer backed by the owning static compilation transformer.- Parameters:
staticCompilationTransformer- the shared transformer context
-