AntlrASTProcessorpublic class AntlrASTProcessSnippets extends Object implements AntlrASTProcessor
| Constructor | Description |
|---|---|
AntlrASTProcessSnippets() |
| Modifier and Type | Method | Description |
|---|---|---|
antlr.collections.AST |
process(antlr.collections.AST t) |
decorate antlr AST with ending line/col info, and if
possible the snippet of source from the start/end line/col for each node.
|
public antlr.collections.AST process(antlr.collections.AST t)
process in interface AntlrASTProcessort - the AST to decorate