public interface ParserPlugin
A simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser(s).
Type Params | Return Type | Name and description |
---|---|---|
public ModuleNode |
buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst) | |
public static ModuleNode |
buildAST(CharSequence sourceText, CompilerConfiguration config, GroovyClassLoader loader, ErrorCollector errors) | |
public Reduction |
parseCST(SourceUnit sourceUnit, Reader reader) |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/control/ParserPlugin.html