OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tokenSource
(Results
26 - 38
of
38
) sorted by null
1
2
/external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c
58
static void setTokenSource (pANTLR3_TOKEN_STREAM ts, pANTLR3_TOKEN_SOURCE
tokenSource
);
377
pANTLR3_COMMON_TOKEN teof = &(ts->
tokenSource
->eofToken);
397
pANTLR3_COMMON_TOKEN teof = &(ts->
tokenSource
->eofToken);
509
return ts->
tokenSource
;
514
pANTLR3_TOKEN_SOURCE
tokenSource
)
516
ts->
tokenSource
=
tokenSource
;
964
tok = tokenStream->tstream->
tokenSource
->nextToken(tokenStream->tstream->
tokenSource
);
1013
tok = tokenStream->tstream->
tokenSource
->nextToken(tokenStream->tstream->tokenSource)
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs
79
public BufferedTokenStream(ITokenSource
tokenSource
) {
80
this._tokenSource =
tokenSource
;
83
public virtual ITokenSource
TokenSource
{
197
IToken t =
TokenSource
.NextToken();
TokenRewriteStream.cs
197
public TokenRewriteStream(ITokenSource
tokenSource
)
198
: base(
tokenSource
) {
202
public TokenRewriteStream(ITokenSource
tokenSource
, int channel)
203
: base(
tokenSource
, channel) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs
82
public BufferedTokenStream(ITokenSource
tokenSource
)
84
this._tokenSource =
tokenSource
;
87
public virtual ITokenSource
TokenSource
228
IToken t =
TokenSource
.NextToken();
TokenRewriteStream.cs
221
public TokenRewriteStream( ITokenSource
tokenSource
)
222
: base(
tokenSource
)
227
public TokenRewriteStream( ITokenSource
tokenSource
, int channel )
228
: base(
tokenSource
, channel )
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java
177
public TokenRewriteStream(
TokenSource
tokenSource
) {
178
super(
tokenSource
);
182
public TokenRewriteStream(
TokenSource
tokenSource
, int channel) {
183
super(
tokenSource
, channel);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as
96
public function TokenRewriteStream(
tokenSource
:
TokenSource
= null, channel:int = TokenConstants.DEFAULT_CHANNEL) {
97
super(
tokenSource
, channel);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg
44
ADAPTOR = ANTLR3_TREE_ADAPTORNew(instream->tstream->
tokenSource
->strFactory);<\n>
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
org.apache.jasper_5.5.17.v201004212143.jar
/prebuilts/misc/common/ecj/
ecj.jar
Completed in 2155 milliseconds
1
2