Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1562 EFailedPredicateException = class(ERecognitionException) class
3085 constructor EFailedPredicateException.Create(const AInput: IIntStream;
3093 function EFailedPredicateException.ToString: String; in EFailedPredicateException.ToString()
4335 FPE: EFailedPredicateException absolute E;
4407 if (E is EFailedPredicateException) then
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1229 raise EFailedPredicateException.Create(Input, '<ruleName>', '<description>');