org.codehaus.groovy.antlr
Class AntlrASTProcessSnippets
java.lang.Object
org.codehaus.groovy.antlr.AntlrASTProcessSnippets
- All Implemented Interfaces:
- AntlrASTProcessor
class AntlrASTProcessSnippets
extends Object
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.
- author:
- Jeremy Rayner
- version:
- $Revision: 12448 $
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.
|
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
AntlrASTProcessSnippets
public AntlrASTProcessSnippets()
-
process
public 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.
- param:
- t the AST to decorate
- return:
- the decorated AST
Copyright © 2003-2009 The Codehaus. All rights reserved.