|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharStream | |
|---|---|
| org.w3c.flute.parser | |
| Uses of CharStream in org.w3c.flute.parser |
|---|
| Classes in org.w3c.flute.parser that implement CharStream | |
|---|---|
class |
Generic_CharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
| Fields in org.w3c.flute.parser declared as CharStream | |
|---|---|
protected CharStream |
ParserTokenManager.input_stream
|
| Methods in org.w3c.flute.parser with parameters of type CharStream | |
|---|---|
void |
ParserTokenManager.ReInit(CharStream stream)
|
void |
Parser.ReInit(CharStream stream)
|
void |
ParserTokenManager.ReInit(CharStream stream,
int lexState)
|
| Constructors in org.w3c.flute.parser with parameters of type CharStream | |
|---|---|
Parser(CharStream stream)
|
|
ParserTokenManager(CharStream stream)
|
|
ParserTokenManager(CharStream stream,
int lexState)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||