OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICharStream
(Results
26 - 27
of
27
) sorted by null
1
2
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg
99
<actions.(actionScope).inputStreamType; null="
ICharStream
">
212
IToken eof = new CommonToken((
ICharStream
)input, CharStreamConstants.EndOfFile, TokenChannels.Default, input.Index, input.Index);
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg
97
<actions.(actionScope).inputStreamType; null="
ICharStream
">
207
IToken eof = new CommonToken((
ICharStream
)input, CharStreamConstants.EndOfFile, TokenChannels.Default, input.Index, input.Index);
[
all
...]
Completed in 191 milliseconds
1
2