OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TokenSource
(Results
1 - 21
of
21
) sorted by null
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm
1
package ANTLR::Runtime::
TokenSource
;
20
ANTLR::Runtime::
TokenSource
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
ITokenStream`1.cs
41
ITokenSource<T>
TokenSource
SlimTokenStream.cs
77
public FastTokenStream( ITokenSource<SlimToken>
tokenSource
)
80
this._tokenSource =
tokenSource
;
83
public FastTokenStream( ITokenSource<SlimToken>
tokenSource
, int channel )
84
: this(
tokenSource
)
98
public void SetTokenSource( ITokenSource<SlimToken>
tokenSource
)
100
this._tokenSource =
tokenSource
;
372
public ITokenSource<SlimToken>
TokenSource
384
return
TokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenSource.java
43
public interface
TokenSource
{
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs
34
/** <summary>A stream of tokens accessing tokens from a
TokenSource
</summary> */
68
ITokenSource
TokenSource
{
CommonTokenStream.cs
56
public CommonTokenStream(ITokenSource
tokenSource
)
57
: this(
tokenSource
, TokenChannels.Default) {
60
public CommonTokenStream(ITokenSource
tokenSource
, int channel)
61
: base(
tokenSource
) {
72
public override ITokenSource
TokenSource
{
74
return base.
TokenSource
;
77
base.
TokenSource
= value;
UnbufferedTokenStream.cs
56
protected ITokenSource
tokenSource
;
62
public UnbufferedTokenStream(ITokenSource
tokenSource
) {
63
this.
tokenSource
=
tokenSource
;
66
public ITokenSource
TokenSource
{
68
return this.
tokenSource
;
74
return
TokenSource
.SourceName;
79
IToken t = this.
tokenSource
.NextToken();
BufferedTokenStream.cs
79
public BufferedTokenStream(ITokenSource
tokenSource
) {
80
this._tokenSource =
tokenSource
;
83
public virtual ITokenSource
TokenSource
{
197
IToken t =
TokenSource
.NextToken();
LegacyCommonTokenStream.cs
89
public LegacyCommonTokenStream(ITokenSource
tokenSource
)
91
this._tokenSource =
tokenSource
;
94
public LegacyCommonTokenStream(ITokenSource
tokenSource
, int channel)
95
: this(
tokenSource
) {
114
public virtual void SetTokenSource(ITokenSource
tokenSource
) {
115
this._tokenSource =
tokenSource
;
409
public virtual ITokenSource
TokenSource
{
417
return
TokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs
35
/** <summary>A stream of tokens accessing tokens from a
TokenSource
</summary> */
71
ITokenSource
TokenSource
CommonTokenStream.cs
59
public CommonTokenStream(ITokenSource
tokenSource
)
60
: this(
tokenSource
, TokenChannels.Default)
64
public CommonTokenStream(ITokenSource
tokenSource
, int channel)
65
: base(
tokenSource
)
79
public override ITokenSource
TokenSource
83
return base.
TokenSource
;
87
base.
TokenSource
= value;
UnbufferedTokenStream.cs
58
protected ITokenSource
tokenSource
;
66
public UnbufferedTokenStream(ITokenSource
tokenSource
)
68
this.
tokenSource
=
tokenSource
;
71
public ITokenSource
TokenSource
75
return this.
tokenSource
;
83
return
TokenSource
.SourceName;
142
IToken t = this.
tokenSource
.NextToken();
BufferedTokenStream.cs
82
public BufferedTokenStream(ITokenSource
tokenSource
)
84
this._tokenSource =
tokenSource
;
87
public virtual ITokenSource
TokenSource
228
IToken t =
TokenSource
.NextToken();
LegacyCommonTokenStream.cs
89
public LegacyCommonTokenStream(ITokenSource
tokenSource
)
92
this._tokenSource =
tokenSource
;
95
public LegacyCommonTokenStream( ITokenSource
tokenSource
, int channel )
96
: this(
tokenSource
)
119
public virtual void SetTokenSource( ITokenSource
tokenSource
)
121
this._tokenSource =
tokenSource
;
469
public virtual ITokenSource
TokenSource
481
return
TokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTokenStream.cs
153
public virtual ITokenSource
TokenSource
{
155
return input.
TokenSource
;
161
return
TokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTokenStream.cs
181
public virtual ITokenSource
TokenSource
185
return input.
TokenSource
;
193
return
TokenSource
.SourceName;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb
295
=begin rdoc ANTLR3::
TokenSource
297
TokenSource
is a simple mixin module that demands an
306
module
TokenSource
/external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py
[
all
...]
/external/clang/lib/Format/
UnwrappedLineParser.cpp
58
ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&
TokenSource
,
60
: Line(Line),
TokenSource
(
TokenSource
), ResetToken(ResetToken),
61
PreviousLineLevel(Line.Level), PreviousTokenSource(
TokenSource
),
64
TokenSource
= this;
70
TokenSource
= PreviousTokenSource;
109
FormatTokenSource *&
TokenSource
;
190
IndexedTokenSource
TokenSource
(AllTokens);
191
Tokens = &
TokenSource
;
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 1835 milliseconds