|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Process to decorate antlr AST with ending line/col info, and if possible the snipppet of source from the start/end line/col for each node.
| Constructor Summary | |
AntlrASTProcessSnippets()
|
|
| Method Summary | |
|---|---|
AST |
process(AST t)
decorate antlr AST with ending line/col info, and if possible the snipppet of source from the start/end line/col for each node. |
void |
traverse(GroovySourceAST t, List l, Iterator itr)
traverse an AST node |
| Constructor Detail |
|---|
public AntlrASTProcessSnippets()
| Method Detail |
|---|
public AST process(AST t)
void traverse(GroovySourceAST t, List l, Iterator itr)