[Java] Class MacroClassTransformation
- org.codehaus.groovy.macro.transform.MacroClassTransformation
@GroovyASTTransformation(phase = CompilePhase.CONVERSION) public class MacroClassTransformation extends MethodCallTransformation
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected GroovyCodeVisitor |
getTransformer(ASTNode[] nodes, SourceUnit sourceUnit) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MethodCallTransformation | getTransformer, visit |
Method Detail
@Override protected GroovyCodeVisitor getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/macro/transform/MacroClassTransformation.html