Class MacroTransformation
java.lang.Object
org.codehaus.groovy.ast.MethodCallTransformation
org.codehaus.groovy.macro.transform.MacroTransformation
- All Implemented Interfaces:
CompilationUnitAware
,ASTTransformation
- Since:
- 2.5.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected GroovyCodeVisitor
getTransformer
(ASTNode[] nodes, SourceUnit sourceUnit) void
Methods inherited from class org.codehaus.groovy.ast.MethodCallTransformation
visit
-
Field Details
-
unit
-
-
Constructor Details
-
MacroTransformation
public MacroTransformation()
-
-
Method Details
-
setCompilationUnit
- Specified by:
setCompilationUnit
in interfaceCompilationUnitAware
-
getTransformer
- Specified by:
getTransformer
in classMethodCallTransformation
-