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 |
Parser.ReInit(CharStream stream)
Reinitialise.
|
void |
ParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
ParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
Constructor and Description |
---|
Parser(CharStream stream)
Constructor with user supplied CharStream.
|
ParserTokenManager(CharStream stream)
Constructor.
|
ParserTokenManager(CharStream stream,
int lexState)
Constructor.
|