Package org.codehaus.groovy.control
Interface ParserPlugin
- 
- All Known Implementing Classes:
- AntlrParserPlugin
 
 public interface ParserPluginA simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ModuleNodebuildAST(SourceUnit sourceUnit, java.lang.ClassLoader classLoader, Reduction cst)ReductionparseCST(SourceUnit sourceUnit, java.io.Reader reader)
 
- 
- 
- 
Method Detail- 
parseCSTReduction parseCST(SourceUnit sourceUnit, java.io.Reader reader) throws CompilationFailedException - Throws:
- CompilationFailedException
 
 - 
buildASTModuleNode buildAST(SourceUnit sourceUnit, java.lang.ClassLoader classLoader, Reduction cst) throws ParserException - Throws:
- ParserException
 
 
- 
 
-