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 CompilationUnitunit - 
Constructor Summary
Constructors Constructor Description MacroTransformation() - 
Method Summary
Modifier and Type Method Description protected GroovyCodeVisitorgetTransformer(ASTNode[] nodes, SourceUnit sourceUnit)voidsetCompilationUnit(CompilationUnit unit)Methods inherited from class org.codehaus.groovy.ast.MethodCallTransformation
visitMethods 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:
 setCompilationUnitin interfaceCompilationUnitAware
 - 
getTransformer
- Specified by:
 getTransformerin classMethodCallTransformation
 
 -