OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tokenSource
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs
50
ITokenSource<SlimToken>
_tokenSource
;
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/
LegacyCommonTokenStream.cs
54
ITokenSource
_tokenSource
;
91
this.
_tokenSource
= tokenSource;
115
this.
_tokenSource
= tokenSource;
133
IToken t =
_tokenSource
.NextToken();
160
t =
_tokenSource
.NextToken();
411
return
_tokenSource
;
BufferedTokenStream.cs
55
private ITokenSource
_tokenSource
;
80
this.
_tokenSource
= tokenSource;
85
return
_tokenSource
;
88
this.
_tokenSource
= value;
116
return
_tokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs
53
ITokenSource
_tokenSource
;
92
this.
_tokenSource
= tokenSource;
121
this.
_tokenSource
= tokenSource;
140
IToken t =
_tokenSource
.NextToken();
172
t =
_tokenSource
.NextToken();
473
return
_tokenSource
;
BufferedTokenStream.cs
57
private ITokenSource
_tokenSource
;
84
this.
_tokenSource
= tokenSource;
91
return
_tokenSource
;
95
this.
_tokenSource
= value;
130
return
_tokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as
38
protected var
_tokenSource
:TokenSource;
66
_tokenSource
= tokenSource;
72
_tokenSource
= tokenSource;
330
return
_tokenSource
;
Completed in 53 milliseconds