Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1471 EMismatchedTokenException = class(ERecognitionException) class
1482 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) then
4542 raise EMismatchedTokenException.Create(TokenType, Input);
4669 raise EMismatchedTokenException.Create(TokenType, Input);
5394 MTE: EMismatchedTokenException absolute E;
[all …]
DAntlr.Runtime.Tree.pas2665 if (FTrappedException is EMismatchedTokenException) then