| Package | Description |
|---|---|
| org.w3c.flute.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
Generic_CharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without
unicode processing).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTokenManager.ReInit(CharStream stream) |
void |
Parser.ReInit(CharStream stream) |
void |
ParserTokenManager.ReInit(CharStream stream,
int lexState) |
| Constructor and Description |
|---|
Parser(CharStream stream) |
ParserTokenManager(CharStream stream) |
ParserTokenManager(CharStream stream,
int lexState) |