Class NodeCollector

java.lang.Object
org.codehaus.groovy.antlr.treewalker.VisitorAdapter
org.codehaus.groovy.antlr.treewalker.NodeCollector
All Implemented Interfaces:
Visitor

public class NodeCollector extends VisitorAdapter
A simple antlr AST visitor that collects all nodes into a List.
Author:
Jeremy Rayner