Home
last modified time | relevance | path

Searched refs:PredicateText (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFailedPredicateException.cs95 public string PredicateText { property in Antlr.Runtime.FailedPredicateException
111 return "FailedPredicateException(" + RuleName + ",{" + PredicateText + "}?)"; in ToString()
DBaseRecognizer.cs314 fpe.PredicateText + "}?"; in GetErrorMessage()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DFailedPredicateException.cs106 public string PredicateText property in Antlr.Runtime.FailedPredicateException
126 return "FailedPredicateException(" + RuleName + ",{" + PredicateText + "}?)"; in ToString()
DBaseRecognizer.cs369 fpe.PredicateText + "}?"; in GetErrorMessage()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1573 property PredicateText: String read FPredicateText write FPredicateText; property
4410 + ' failed predicate: {' + FPE.PredicateText + '}?';