Package org.codehaus.groovy.antlr
Class AntlrASTProcessSnippets
- java.lang.Object
- 
- org.codehaus.groovy.antlr.AntlrASTProcessSnippets
 
- 
- All Implemented Interfaces:
- AntlrASTProcessor
 
 public class AntlrASTProcessSnippets extends java.lang.Object implements AntlrASTProcessor 
- 
- 
Constructor SummaryConstructors Constructor Description AntlrASTProcessSnippets()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTprocess(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.
 
- 
- 
- 
Method Detail- 
processpublic AST process(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.- Specified by:
- processin interface- AntlrASTProcessor
- Parameters:
- t- the AST to decorate
- Returns:
- the decorated AST
 
 
- 
 
-