[Java] Class FlatNodeListTraversal
- org.codehaus.groovy.antlr.treewalker.FlatNodeListTraversal
@Deprecated public class FlatNodeListTraversal extends TraversalHelper
A simple iterator over an ordered (flat) List of the nodes of the AST.
Fields inherited from class | Fields |
---|---|
class TraversalHelper | unvisitedNodes |
Constructor Summary
Constructor and description |
---|
FlatNodeListTraversal
(Visitor visitor) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected void |
accept(GroovySourceAST currentNode) | |
public AST |
process(AST t) |
Inherited Methods Summary
Constructor Detail
public FlatNodeListTraversal(Visitor visitor)
Method Detail
protected void accept(GroovySourceAST currentNode)
public AST process(AST t)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/antlr/treewalker/FlatNodeListTraversal.html