Home
last modified time | relevance | path

Searched refs:_tokenSource (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimTokenStream.cs50 ITokenSource<SlimToken> _tokenSource; field in Antlr.Runtime.FastTokenStream
80 this._tokenSource = tokenSource; in FastTokenStream()
100 this._tokenSource = tokenSource; in SetTokenSource()
119 SlimToken t = _tokenSource.NextToken(); in FillBuffer()
126 t = _tokenSource.NextToken(); in FillBuffer()
376 return _tokenSource;
415 SlimLexer lexer = _tokenSource as SlimLexer; in ToString()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLegacyCommonTokenStream.cs54 ITokenSource _tokenSource; field in Antlr.Runtime.LegacyCommonTokenStream
91 this._tokenSource = tokenSource; in LegacyCommonTokenStream()
115 this._tokenSource = tokenSource; in SetTokenSource()
133 IToken t = _tokenSource.NextToken(); in FillBuffer()
160 t = _tokenSource.NextToken(); in FillBuffer()
411 return _tokenSource;
DBufferedTokenStream.cs55 private ITokenSource _tokenSource; field in Antlr.Runtime.BufferedTokenStream
80 this._tokenSource = tokenSource; in BufferedTokenStream()
85 return _tokenSource;
88 this._tokenSource = value;
116 return _tokenSource.SourceName;
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLegacyCommonTokenStream.cs53 ITokenSource _tokenSource; field in Antlr.Runtime.LegacyCommonTokenStream
92 this._tokenSource = tokenSource; in LegacyCommonTokenStream()
121 this._tokenSource = tokenSource; in SetTokenSource()
140 IToken t = _tokenSource.NextToken(); in FillBuffer()
172 t = _tokenSource.NextToken(); in FillBuffer()
473 return _tokenSource;
DBufferedTokenStream.cs57 private ITokenSource _tokenSource; field in Antlr.Runtime.BufferedTokenStream
84 this._tokenSource = tokenSource; in BufferedTokenStream()
91 return _tokenSource;
95 this._tokenSource = value;
130 return _tokenSource.SourceName;
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DCommonTokenStream.as38 protected var _tokenSource:TokenSource;
66 _tokenSource = tokenSource;
72 _tokenSource = tokenSource;
330 return _tokenSource;