Searched refs:EMismatchedTokenException (Results 1 – 2 of 2) sorted by relevance
1471 EMismatchedTokenException = class(ERecognitionException) class1482 EUnwantedTokenException = class(EMismatchedTokenException)1495 EMissingTokenException = class(EMismatchedTokenException)2953 constructor EMismatchedTokenException.Create(const AExpecting: Integer;2960 function EMismatchedTokenException.ToString: String; in EMismatchedTokenException.ToString()4329 MMTE: EMismatchedTokenException absolute E;4358 if (E is EMismatchedTokenException) then4542 raise EMismatchedTokenException.Create(TokenType, Input);4669 raise EMismatchedTokenException.Create(TokenType, Input);5394 MTE: EMismatchedTokenException absolute E;[all …]
2665 if (FTrappedException is EMismatchedTokenException) then