public class AntlrASTProcessSnippets extends java.lang.Object implements AntlrASTProcessor
Constructor and Description |
---|
AntlrASTProcessSnippets() |
Modifier and Type | Method and Description |
---|---|
antlr.collections.AST |
process(antlr.collections.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.
|
public antlr.collections.AST process(antlr.collections.AST t)
process
in interface AntlrASTProcessor
t
- the AST to decorate