Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:emissingtokenexception

1495   EMissingTokenException = class(EMismatchedTokenException)
2988 { EMissingTokenException }
2990 constructor EMissingTokenException.Create(const AExpecting: Integer;
2997 function EMissingTokenException.GetMissingType: Integer;
3002 function EMissingTokenException.ToString: String;
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);