Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1495 EMissingTokenException = class(EMismatchedTokenException) class
2990 constructor EMissingTokenException.Create(const AExpecting: Integer;
2997 function EMissingTokenException.GetMissingType: Integer; in EMissingTokenException.GetMissingType()
3002 function EMissingTokenException.ToString: String; in EMissingTokenException.ToString()
4328 MTE: EMissingTokenException absolute E;
4349 if (E is EMissingTokenException) then
4540 raise EMissingTokenException.Create(TokenType, Input, nil)
4663 E := EMissingTokenException.Create(TokenType, Input, Result);
DAntlr.Runtime.Tree.pas2656 if (FTrappedException is EMissingTokenException) then
2658 + IntToStr(EMissingTokenException(FTrappedException).MissingType) + '>'