|
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.PreOrderTraversal
class PreOrderTraversal extends TraversalHelper
A simple preorder traversal over the supplied antlr AST.
Field Summary |
---|
Fields inherited from class TraversalHelper | |
---|---|
unvisitedNodes |
Constructor Summary | |
PreOrderTraversal(Visitor visitor)
A simple preorder traversal over the supplied antlr AST. |
Method Summary | |
---|---|
void
|
accept(GroovySourceAST currentNode)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public PreOrderTraversal(Visitor visitor)
Method Detail |
---|
public void accept(GroovySourceAST currentNode)
Copyright © 2003-2009 The Codehaus. All rights reserved.