Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1545 EMismatchedSetException = class(ERecognitionException) class
1556 EMismatchedNotSetException = class(EMismatchedSetException)
3062 constructor EMismatchedSetException.Create(const AExpecting: IBitSet;
3069 function EMismatchedSetException.ToString: String; in EMismatchedSetException.ToString()
4333 MSE: EMismatchedSetException absolute E;
4395 if (E is EMismatchedSetException) then
5398 MSE: EMismatchedSetException absolute E;
5420 if (E is EMismatchedSetException) then
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1089 FException := EMismatchedSetException.Create(nil, Input);