Searched defs:_expecting (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedSetException.cs41 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);
H A DMismatchedTokenException.cs47 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);
H A DMismatchedTreeNodeException.cs42 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);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedSetException.cs43 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);
H A DMismatchedTokenException.cs46 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);
H A DMismatchedTreeNodeException.cs44 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);

Completed in 124 milliseconds