[Java] Class Antlr4ParserPlugin
- org.apache.groovy.parser.antlr4.Antlr4ParserPlugin
- All Implemented Interfaces and Traits:
- ParserPlugin
public class Antlr4ParserPlugin extends Object implements ParserPlugin
A parser plugin for the new parser.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public ModuleNode |
buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst) | |
public Reduction |
parseCST(SourceUnit sourceUnit, Reader reader) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
@Override public ModuleNode buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
@Override 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/apache/groovy/parser/antlr4/Antlr4ParserPlugin.html