public abstract class AbstractParser extends Parser implements SyntaxErrorReportable
Because antlr4 does not support generating parser with specified interface, we have to create a super class for it and implement the interface.
| Constructor and description |
|---|
AbstractParser
(TokenStream input) |
© 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/AbstractParser.html