|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
A simple antlr AST visitor that collects all nodes into a List.
| Field Summary | |
|---|---|
List |
nodes
|
| Constructor Summary | |
NodeCollector()
|
|
| Method Summary | |
|---|---|
List |
getNodes()
|
void |
visitDefault(GroovySourceAST t, int visit)
|
| Constructor Detail |
|---|
public NodeCollector()
| Method Detail |
|---|
public List getNodes()
public void visitDefault(GroovySourceAST t, int visit)