Class MacroClassTransformation
- java.lang.Object
 - 
- org.codehaus.groovy.ast.MethodCallTransformation
 - 
- org.codehaus.groovy.macro.transform.MacroClassTransformation
 
 
 
- 
- All Implemented Interfaces:
 ASTTransformation
public class MacroClassTransformation extends MethodCallTransformation
TransformsMacroClasscalls into it's ClassNode- Since:
 - 2.5.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MacroClassTransformation() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GroovyCodeVisitorgetTransformer(ASTNode[] nodes, SourceUnit sourceUnit)- 
Methods inherited from class org.codehaus.groovy.ast.MethodCallTransformation
visit 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTransformer
protected GroovyCodeVisitor getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)
- Specified by:
 getTransformerin classMethodCallTransformation
 
 - 
 
 -