protected class AbstractInternalAntlrParser.LexerErrorContext extends AbstractInternalAntlrParser.ErrorContext implements ISyntaxErrorMessageProvider.IParserErrorContext
| Constructor and Description |
|---|
LexerErrorContext(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultMessage()
Provides the default error message as it is produced by the parser.
|
org.antlr.runtime.RecognitionException |
getRecognitionException()
Returns the recognition exception or
null in case of lexer errors. |
java.lang.String[] |
getTokenNames()
Returns the names of the tokens in as they are used by the parser.
|
getCurrentContext, getCurrentNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentContext, getCurrentNodepublic java.lang.String getDefaultMessage()
ISyntaxErrorMessageProvider.IErrorContextgetDefaultMessage in interface ISyntaxErrorMessageProvider.IErrorContextpublic org.antlr.runtime.RecognitionException getRecognitionException()
ISyntaxErrorMessageProvider.IParserErrorContextnull in case of lexer errors.getRecognitionException in interface ISyntaxErrorMessageProvider.IParserErrorContextnull in
case of lexer errors.public java.lang.String[] getTokenNames()
ISyntaxErrorMessageProvider.IParserErrorContextgetTokenNames in interface ISyntaxErrorMessageProvider.IParserErrorContext