Home
last modified time | relevance | path

Searched refs:EMismatchedRangeException (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1576 EMismatchedRangeException = class(ERecognitionException) class
3100 constructor EMismatchedRangeException.Create(const AA, AB: Integer;
3108 function EMismatchedRangeException.ToString: String; in EMismatchedRangeException.ToString()
5399 MRE: EMismatchedRangeException absolute E;
5424 if (E is EMismatchedRangeException) then
5504 MRE: EMismatchedRangeException;
5513 MRE := EMismatchedRangeException.Create(A, B, FInput);