Home
last modified time | relevance | path

Searched defs:ERecognitionException (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException);
1379 ERecognitionException = class(Exception) class
2260 procedure ReportError(const E: ERecognitionException); virtual;
2264 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage()
2266 function GetErrorHeader(const E: ERecognitionException): String; virtual; in GetErrorHeader()
2269 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); virtual;
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader()
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException; in TBaseRecognizer.GetErrorMessage()
4674 procedure TBaseRecognizer.ReportError(const E: ERecognitionException);
5561 procedure TLexer.Recover(const RE: ERecognitionException);
[all …]
DAntlr.Runtime.Tree.pas1632 function GetErrorHeader(const E: ERecognitionException): String; override; in GetErrorHeader()
1633 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage()
3740 function TTreeParser.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader()
3748 function TTreeParser.GetErrorMessage(const E: ERecognitionException; in TTreeParser.GetErrorMessage()