org.codehaus.groovy.transform.sc
[Java] Class StaticCompileTransformation
java.lang.Object
org.codehaus.groovy.transform.StaticTypesTransformation
org.codehaus.groovy.transform.sc.StaticCompileTransformation
@GroovyASTTransformation(phase = CompilePhase.INSTRUCTION_SELECTION)
public class StaticCompileTransformation
extends StaticTypesTransformation
Handles the implementation of the CompileStatic transformation.
- Authors:
- Cedric Champeau
newVisitor
@Override
protected StaticTypeCheckingVisitor newVisitor(SourceUnit unit, ClassNode node)
-
visit
@Override
public void visit(ASTNode[] nodes, SourceUnit source)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.