|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.ast.MixinASTTransformation
public class MixinASTTransformation
| Constructor Summary | |
|---|---|
MixinASTTransformation()
|
|
| Method Summary | |
|---|---|
void |
visit(ASTNode[] nodes,
SourceUnit source)
The call made when the compiler encounters an AST Transformation Annotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MixinASTTransformation()
| Method Detail |
|---|
public void visit(ASTNode[] nodes,
SourceUnit source)
ASTTransformation
visit in interface ASTTransformationnodes - The ASTnodes when the call was triggeredsource - The source unit being compiled
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||