Module md.grammar

Interface DocumentParser.ParserErrorListener

  • Enclosing class:
    DocumentParser

    public static interface DocumentParser.ParserErrorListener
    Listens for parser errors
    • Method Detail

      • parseError

        void parseError​(int line,
                        int charPositionInLine,
                        String msg)