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) |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.