public class AntlrASTProcessSnippets extends Object
Process to decorate antlr AST with ending line/col info, and if possible the snippet of source from the start/end line/col for each node.
Constructor and description |
---|
AntlrASTProcessSnippets
() |
Type Params | Return Type | Name and 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. |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.