| java.lang.Object org.codehaus.groovy.antlr.AntlrASTProcessSnippets
Method Summary | |
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. |
process | public AST process(AST t)(Code) | | decorate antlr AST with ending line/col info, and if
possible the snipppet of source from the start/end line/col for each node.
Parameters: t - the AST to decorate the decorated AST |
|
|