|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenStream | |
---|---|
at.dms.compiler.antlr.extra | |
at.dms.compiler.antlr.runtime | |
at.dms.kjc |
Uses of TokenStream in at.dms.compiler.antlr.extra |
---|
Classes in at.dms.compiler.antlr.extra that implement TokenStream | |
---|---|
class |
Scanner
This class describes the capabilities of lexers (token streams) to share a common input buffer and to handle line numbers. |
Uses of TokenStream in at.dms.compiler.antlr.runtime |
---|
Fields in at.dms.compiler.antlr.runtime declared as TokenStream | |
---|---|
protected TokenStream |
TokenBuffer.input
|
Methods in at.dms.compiler.antlr.runtime that return TokenStream | |
---|---|
TokenStream |
TokenBuffer.getInput()
return the Tokenizer (needed by ParseView) |
Methods in at.dms.compiler.antlr.runtime with parameters of type TokenStream | |
---|---|
protected void |
Parser.defaultDebuggingSetup(TokenStream lexer,
TokenBuffer tokBuf)
|
Constructors in at.dms.compiler.antlr.runtime with parameters of type TokenStream | |
---|---|
LLkParser(TokenStream lexer,
int k_)
|
|
TokenBuffer(TokenStream input_)
Create a token buffer |
Uses of TokenStream in at.dms.kjc |
---|
Classes in at.dms.kjc that implement TokenStream | |
---|---|
class |
KjcScanner
This class is a scanner generated by JFlex 1.3.2 on 4/8/08 7:38 PM from the specification file file:/home/bits8/streamit/regtest/20080408.193104.Tue/streams/src/at/dms/kjc/Kjc.flex |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |