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.
Properties inherited from class | Properties |
---|---|
class Parser |
NEWLINE |
Constructor and description |
---|
AbstractParser(TokenStream input) |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.