Package org.codehaus.groovy.antlr
Class AntlrASTProcessSnippets
java.lang.Object
org.codehaus.groovy.antlr.AntlrASTProcessSnippets
- All Implemented Interfaces:
AntlrASTProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionantlr.collections.ASTprocess(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.
-
Constructor Details
-
AntlrASTProcessSnippets
public AntlrASTProcessSnippets()
-
-
Method Details
-
process
public 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.- Specified by:
processin interfaceAntlrASTProcessor- Parameters:
t- the AST to decorate- Returns:
- the decorated AST
-