[Java] Class BaseScriptASTTransformation

  • org.codehaus.groovy.transform.BaseScriptASTTransformation
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS)
public class BaseScriptASTTransformation
extends AbstractASTTransformation

Handles transformation for the

BaseScript:
annotation.

Field Detail

public static final ClassNode MY_TYPE

Method Detail

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

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