OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_expecting
(Results
1 - 6
of
6
) sorted by null
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedSetException.cs
41
private readonly BitSet
_expecting
;
field in class:Antlr.Runtime.MismatchedSetException
56
this.
_expecting
= expecting;
61
this.
_expecting
= expecting;
66
this.
_expecting
= expecting;
74
this.
_expecting
= (BitSet)info.GetValue("Expecting", typeof(BitSet));
79
return
_expecting
;
88
info.AddValue("Expecting",
_expecting
);
MismatchedTreeNodeException.cs
42
private readonly int
_expecting
;
field in class:Antlr.Runtime.MismatchedTreeNodeException
57
this.
_expecting
= expecting;
62
this.
_expecting
= expecting;
67
this.
_expecting
= expecting;
75
this.
_expecting
= info.GetInt32("Expecting");
80
return
_expecting
;
89
info.AddValue("Expecting",
_expecting
);
MismatchedTokenException.cs
47
private readonly int
_expecting
= TokenTypes.Invalid;
field in class:Antlr.Runtime.MismatchedTokenException
67
this.
_expecting
= expecting;
74
this.
_expecting
= expecting;
83
this.
_expecting
= expecting;
94
this.
_expecting
= info.GetInt32("Expecting");
100
return
_expecting
;
115
info.AddValue("Expecting",
_expecting
);
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedSetException.cs
43
private readonly BitSet
_expecting
;
field in class:Antlr.Runtime.MismatchedSetException
62
this.
_expecting
= expecting;
68
this.
_expecting
= expecting;
74
this.
_expecting
= expecting;
83
this.
_expecting
= (BitSet)info.GetValue("Expecting", typeof(BitSet));
90
return
_expecting
;
100
info.AddValue("Expecting",
_expecting
);
MismatchedTreeNodeException.cs
44
private readonly int
_expecting
;
field in class:Antlr.Runtime.MismatchedTreeNodeException
63
this.
_expecting
= expecting;
69
this.
_expecting
= expecting;
75
this.
_expecting
= expecting;
84
this.
_expecting
= info.GetInt32("Expecting");
91
return
_expecting
;
101
info.AddValue("Expecting",
_expecting
);
MismatchedTokenException.cs
46
private readonly int
_expecting
= TokenTypes.Invalid;
field in class:Antlr.Runtime.MismatchedTokenException
71
this.
_expecting
= expecting;
80
this.
_expecting
= expecting;
89
this.
_expecting
= expecting;
101
this.
_expecting
= info.GetInt32("Expecting");
109
return
_expecting
;
127
info.AddValue("Expecting",
_expecting
);
Completed in 149 milliseconds