org.eclipse.ocl.internal.parser
Interface LexerErrorHandler

All Known Subinterfaces:
ErrorHandler, ParserErrorHandler
All Known Implementing Classes:
AbstractErrorHandler, AbstractLPGParser, AbstractOCLLPGParser, AbstractOCLParser, AbstractParser, AbstractQVTcParser, AbstractQVTcParserUtils, AbstractQVTrParser, AbstractQVTrParserUtils, EcoreMarkerErrorHandler, ErrorStringHandler, MarkerErrorHandler, OCLLPGParser, OCLParser, PrintStreamErrorHandler, QVTcLPGParser, QVTcParser, QVTrLPGParser, QVTrParser

public interface LexerErrorHandler


Method Summary
 void lexerError(int errorCode, int leftToken, int rightToken)
           
 

Method Detail

lexerError

void lexerError(int errorCode,
                int leftToken,
                int rightToken)