Interface ParseErrorListener

    • Method Detail

      • BadLineParsed

        void BadLineParsed​(ParseErrorEvent theEvent)
        Method called when the parser encounters a bad line.
        Parameters:
        theEvent - The event that contains the line and token.