Class | Description |
---|---|
PlinguaInputParser |
This class reads a P system encoded on a P-Lingua file
|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Token |
Describes the input token stream.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
PlinguaSemanticsException |
This exception is thrown when semantics errors are encountered.
|