OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RuleName
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
FailedPredicateException.cs
62
public FailedPredicateException(IIntStream input, string
ruleName
, string predicateText)
64
this._ruleName =
ruleName
;
68
public FailedPredicateException(string message, IIntStream input, string
ruleName
, string predicateText)
70
this._ruleName =
ruleName
;
74
public FailedPredicateException(string message, IIntStream input, string
ruleName
, string predicateText, Exception innerException)
76
this._ruleName =
ruleName
;
85
this._ruleName = info.GetString("
RuleName
");
89
public string
RuleName
{
106
info.AddValue("
RuleName
", _ruleName);
111
return "FailedPredicateException(" +
RuleName
+ ",{" + PredicateText + "}?)"
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs
67
public FailedPredicateException(IIntStream input, string
ruleName
, string predicateText)
70
this._ruleName =
ruleName
;
74
public FailedPredicateException(string message, IIntStream input, string
ruleName
, string predicateText)
77
this._ruleName =
ruleName
;
81
public FailedPredicateException(string message, IIntStream input, string
ruleName
, string predicateText, Exception innerException)
84
this._ruleName =
ruleName
;
94
this._ruleName = info.GetString("
RuleName
");
98
public string
RuleName
120
info.AddValue("
RuleName
", _ruleName);
126
return "FailedPredicateException(" +
RuleName
+ ",{" + PredicateText + "}?)"
[
all
...]
Completed in 319 milliseconds