• Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void BadLineParsed​(ParseErrorEvent theEvent)

      Method called when the parser encounters a bad line.

    • 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.