|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.antlr.treewalker.TraversalHelper
org.codehaus.groovy.antlr.treewalker.SourceCodeTraversal
class SourceCodeTraversal extends TraversalHelper
A treewalker for the antlr generated AST that attempts to visit the AST nodes in the order needed to generate valid groovy source code.
Field Summary |
---|
Fields inherited from class TraversalHelper | |
---|---|
unvisitedNodes |
Constructor Summary | |
SourceCodeTraversal(Visitor visitor)
Constructs a treewalker for the antlr generated AST that attempts to visit the AST nodes in the order needed to generate valid groovy source code. |
Method Summary | |
---|---|
protected void
|
accept(GroovySourceAST currentNode)
|
void
|
setUp(GroovySourceAST t)
gather, sort and process all unvisited nodes |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public SourceCodeTraversal(Visitor visitor)
Method Detail |
---|
protected void accept(GroovySourceAST currentNode)
public void setUp(GroovySourceAST t)
Copyright © 2003-2009 The Codehaus. All rights reserved.