Searched defs:_tokenSource (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLegacyCommonTokenStream.cs53 ITokenSource _tokenSource; field in class:Antlr.Runtime.LegacyCommonTokenStream
92 this._tokenSource = tokenSource;
121 this._tokenSource = tokenSource;
140 IToken t = _tokenSource.NextToken();
172 t = _tokenSource.NextToken();
473 return _tokenSource;
H A DBufferedTokenStream.cs57 private ITokenSource _tokenSource; field in class:Antlr.Runtime.BufferedTokenStream
84 this._tokenSource = tokenSource;
91 return _tokenSource;
95 this._tokenSource = value;
130 return _tokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs50 ITokenSource<SlimToken> _tokenSource; field in class:Antlr.Runtime.FastTokenStream
80 this._tokenSource = tokenSource;
100 this._tokenSource = tokenSource;
119 SlimToken t = _tokenSource.NextToken();
126 t = _tokenSource.NextToken();
376 return _tokenSource;
415 SlimLexer lexer = _tokenSource as SlimLexer;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs55 private ITokenSource _tokenSource; field in class:Antlr.Runtime.BufferedTokenStream
80 this._tokenSource = tokenSource;
85 return _tokenSource;
88 this._tokenSource = value;
116 return _tokenSource.SourceName;
H A DLegacyCommonTokenStream.cs54 ITokenSource _tokenSource; field in class:Antlr.Runtime.LegacyCommonTokenStream
91 this._tokenSource = tokenSource;
115 this._tokenSource = tokenSource;
133 IToken t = _tokenSource.NextToken();
160 t = _tokenSource.NextToken();
411 return _tokenSource;

Completed in 958 milliseconds