public static interface ISyntaxErrorMessageProvider.IParserErrorContext extends ISyntaxErrorMessageProvider.IErrorContext
| Modifier and Type | Method and Description |
|---|---|
org.antlr.runtime.RecognitionException |
getRecognitionException()
Returns the recognition exception or
null in case of lexer errors. |
String[] |
getTokenNames()
Returns the names of the tokens in as they are used by the parser.
|
getCurrentContext, getCurrentNode, getDefaultMessageorg.antlr.runtime.RecognitionException getRecognitionException()
null in case of lexer errors.null in
case of lexer errors.String[] getTokenNames()
Copyright © 2015. All Rights Reserved.