|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.transform.StaticTypesTransformation
@GroovyASTTransformation(phase = CompilePhase.INSTRUCTION_SELECTION) public class StaticTypesTransformation extends java.lang.Object
Handles the implementation of the TypeChecked transformation.
Field Summary | |
---|---|
static java.lang.String |
STATIC_ERROR_PREFIX
|
Method Summary | |
---|---|
protected void
|
addTypeCheckingExtensions(StaticTypeCheckingVisitor visitor, Expression extensions)
|
protected StaticTypeCheckingVisitor
|
newVisitor(SourceUnit unit, ClassNode node)
Allows subclasses to provide their own visitor. |
void
|
visit(ASTNode[] nodes, SourceUnit source)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
public static final java.lang.String STATIC_ERROR_PREFIX
Method Detail |
---|
protected void addTypeCheckingExtensions(StaticTypeCheckingVisitor visitor, Expression extensions)
protected StaticTypeCheckingVisitor newVisitor(SourceUnit unit, ClassNode node)
unit
- the source unitnode
- the current classnode
public void visit(ASTNode[] nodes, SourceUnit source)
Groovy Documentation