public class MacroClassTransformation
extends MethodCallTransformation
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected GroovyCodeVisitor |
getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)Creates the visitor that rewrites MacroClass constructor calls. |
| Methods inherited from class | Name |
|---|---|
class MethodCallTransformation |
getTransformer, visit |
Creates the visitor that rewrites MacroClass constructor calls.
nodes - the visited nodessourceUnit - the current source unit