Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.jmaf.parser |
Modifier and Type | Class | Description |
---|---|---|
class |
BackupCharStream |
An implementation of interface CharStream.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RulesParser.ReInit(CharStream stream) |
Reinitialise.
|
void |
RulesParserTokenManager.ReInit(CharStream stream) |
Reinitialise parser.
|
void |
RulesParserTokenManager.ReInit(CharStream stream,
int lexState) |
Reinitialise parser.
|
Constructor | Description |
---|---|
RulesParser(CharStream stream) |
Constructor with user supplied CharStream.
|
RulesParserTokenManager(CharStream stream) |
Constructor.
|
RulesParserTokenManager(CharStream stream,
int lexState) |
Constructor.
|