[Java] Class FlatNodeListTraversal

  • org.codehaus.groovy.antlr.treewalker.FlatNodeListTraversal

A simple iterator over an ordered (flat) List of the nodes of the AST.

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/2.5.14/html/gapi/org/codehaus/groovy/antlr/treewalker/FlatNodeListTraversal.html