• Home
  • Raw
  • Download

Lines Matching refs:ERecognitionException

54   ERecognitionException = class;
753 procedure ReportError(const E: ERecognitionException);
759 const E: ERecognitionException);
780 function GetErrorMessage(const E: ERecognitionException;
786 function GetErrorHeader(const E: ERecognitionException): String;
811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); argument
815 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface;
1105 procedure Recover(const RE: ERecognitionException);
1379 ERecognitionException = class(Exception) class
1471 EMismatchedTokenException = class(ERecognitionException)
1509 EMismatchedTreeNodeException = class(ERecognitionException)
1520 ENoViableAltException = class(ERecognitionException)
1536 EEarlyExitException = class(ERecognitionException)
1545 EMismatchedSetException = class(ERecognitionException)
1562 EFailedPredicateException = class(ERecognitionException)
1576 EMismatchedRangeException = class(ERecognitionException)
2082 const E: ERecognitionException; const ExpectedTokenType: Integer;
2260 procedure ReportError(const E: ERecognitionException); virtual; argument
2263 const E: ERecognitionException); virtual;
2264 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() argument
2266 function GetErrorHeader(const E: ERecognitionException): String; virtual; in GetErrorHeader() argument
2269 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); virtual; argument
2271 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface; virtual;
2445 procedure ReportError(const E: ERecognitionException); override;
2446 function GetErrorMessage(const E: ERecognitionException;
2467 procedure Recover(const RE: ERecognitionException); reintroduce; overload; virtual;
2492 const E: ERecognitionException; const ExpectedTokenType: Integer;
2826 constructor ERecognitionException.Create;
2831 constructor ERecognitionException.Create(const AMessage: String);
2836 constructor ERecognitionException.Create(const AInput: IIntStream);
2841 constructor ERecognitionException.Create(const AMessage: String;
2873 procedure ERecognitionException.ExtractInformationFromTreeNodeStream(
2935 function ERecognitionException.GetUnexpectedType: Integer; in ERecognitionException.GetUnexpectedType()
4282 const TokenNames: TStringArray; const E: ERecognitionException);
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader() argument
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException; in TBaseRecognizer.GetErrorMessage() argument
4421 const E: ERecognitionException; const ExpectedTokenType: Integer;
4605 const RE: ERecognitionException);
4623 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface;
4642 E: ERecognitionException;
4674 procedure TBaseRecognizer.ReportError(const E: ERecognitionException); argument
5391 function TLexer.GetErrorMessage(const E: ERecognitionException; in GetErrorMessage()
5552 on RE: ERecognitionException do
5561 procedure TLexer.Recover(const RE: ERecognitionException); argument
5566 procedure TLexer.ReportError(const E: ERecognitionException); argument
5650 const E: ERecognitionException; const ExpectedTokenType: Integer;