org.eclipse.xtext.parser.antlr
Class AbstractInternalAntlrParser.LexerErrorContext

java.lang.Object
  extended by org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ErrorContext
      extended by org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.LexerErrorContext
All Implemented Interfaces:
ISyntaxErrorMessageProvider.IErrorContext, ISyntaxErrorMessageProvider.IParserErrorContext
Enclosing class:
AbstractInternalAntlrParser

protected class AbstractInternalAntlrParser.LexerErrorContext
extends AbstractInternalAntlrParser.ErrorContext
implements ISyntaxErrorMessageProvider.IParserErrorContext


Constructor Summary
AbstractInternalAntlrParser.LexerErrorContext(java.lang.String message)
           
 
Method Summary
 java.lang.String getDefaultMessage()
           
 org.antlr.runtime.RecognitionException getRecognitionException()
           
 java.lang.String[] getTokenNames()
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ErrorContext
getCurrentContext, getCurrentNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.parser.antlr.ISyntaxErrorMessageProvider.IErrorContext
getCurrentContext, getCurrentNode
 

Constructor Detail

AbstractInternalAntlrParser.LexerErrorContext

public AbstractInternalAntlrParser.LexerErrorContext(java.lang.String message)
Method Detail

getDefaultMessage

public java.lang.String getDefaultMessage()
Specified by:
getDefaultMessage in interface ISyntaxErrorMessageProvider.IErrorContext

getRecognitionException

public org.antlr.runtime.RecognitionException getRecognitionException()
Specified by:
getRecognitionException in interface ISyntaxErrorMessageProvider.IParserErrorContext

getTokenNames

public java.lang.String[] getTokenNames()
Specified by:
getTokenNames in interface ISyntaxErrorMessageProvider.IParserErrorContext