| Interface | Description |
|---|---|
| CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
| ConditionParserConstants |
Token literal values and constants.
|
| Provider |
Abstract interface for reading from a stream.
|
| Class | Description |
|---|---|
| AbstractCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| ConditionParser | |
| ConditionParserTokenManager |
Token Manager.
|
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| OptionInfo | |
| OutputFileGenerator |
Generates boiler-plate files from templates.
|
| StreamProvider |
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
|
| StringProvider | |
| Token |
Describes the input token stream.
|
| Enum | Description |
|---|---|
| EOptionType |
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| TokenMgrException |
Token Manager Error.
|
Copyright © 2017–2019 Philip Helger. All rights reserved.