Interface ISyntaxErrorMessageProvider.IParserErrorContext

    • Method Detail

      • getRecognitionException

        org.antlr.runtime.RecognitionException getRecognitionException()
        Returns the recognition exception or null in case of lexer errors.
        Returns:
        the recognition exception in the parser. May be null in case of lexer errors.
      • getTokenNames

        java.lang.String[] getTokenNames()
        Returns the names of the tokens in as they are used by the parser.
        Returns:
        the token names.