[Java] Class BuilderASTTransformation

  • org.codehaus.groovy.transform.BuilderASTTransformation
All Implemented Interfaces and Traits:
CompilationUnitAware
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS)
public class BuilderASTTransformation
extends AbstractASTTransformation

Handles generation of code for the Builder annotation.

Field Detail

public static final String MY_TYPE_NAME

public static final ClassNode[] NO_EXCEPTIONS

public static final Parameter[] NO_PARAMS

Method Detail

public void setCompilationUnit(CompilationUnit unit)

public void visit(ASTNode[] nodes, SourceUnit source)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/transform/BuilderASTTransformation.html