Class ParsingErrorListener

  • All Implemented Interfaces:
    org.antlr.v4.runtime.ANTLRErrorListener

    public class ParsingErrorListener
    extends org.antlr.v4.runtime.BaseErrorListener
    ANTLR parsing error listener. This listener will collect all errors, which may appear during a construction of parsed tree.
    Author:
    Roman Kuchár .