[Java] Class AbstractParser

  • org.apache.groovy.parser.antlr4.AbstractParser
All Implemented Interfaces and Traits:
SyntaxErrorReportable
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 Summary

Constructors
Constructor and description
AbstractParser (TokenStream input)

Constructor Detail

public 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