Class MacroTransformation
java.lang.Object
org.codehaus.groovy.ast.MethodCallTransformation
org.codehaus.groovy.macro.transform.MacroTransformation
- All Implemented Interfaces:
CompilationUnitAware
,ASTTransformation
public class MacroTransformation extends MethodCallTransformation implements CompilationUnitAware
- Since:
- 2.5.0
-
Field Summary
Fields Modifier and Type Field Description protected CompilationUnit
unit
-
Constructor Summary
Constructors Constructor Description MacroTransformation()
-
Method Summary
Modifier and Type Method Description protected GroovyCodeVisitor
getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)
void
setCompilationUnit(CompilationUnit unit)
Methods inherited from class org.codehaus.groovy.ast.MethodCallTransformation
visit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
unit
-
-
Constructor Details
-
MacroTransformation
public MacroTransformation()
-
-
Method Details
-
setCompilationUnit
- Specified by:
setCompilationUnit
in interfaceCompilationUnitAware
-
getTransformer
- Specified by:
getTransformer
in classMethodCallTransformation
-