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
Transforms
MacroClass
calls into its ClassNode- Since:
- 2.5.0
-
Constructor Summary
Constructors Constructor Description MacroClassTransformation()
-
Method Summary
Modifier and Type Method Description protected GroovyCodeVisitor
getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)
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
-
Constructor Details
-
MacroClassTransformation
public MacroClassTransformation()
-
-
Method Details
-
getTransformer
- Specified by:
getTransformer
in classMethodCallTransformation
-