| Class | Description |
|---|---|
| BabelConfiguration |
This class provides access to configuration information (including user
options) required by the parsers and backend.
|
| CollectionException.UriExceptionPair |
This struct exists to hold the (uri, exception) pair that makes
up each element of the collection.
|
| CommandLineDriver |
This class is the main driver for running Babel from the command line.
|
| Context | |
| Generator |
This is a simple object that manages the parsing and generation of
files.
|
| ResourceLoader |
Provide a method to get an InputStream for a resource in the Babel
Jar file regardless of the JDK being used.
|
| SwitchDictionary | |
| UserOptions |
Manages the
wide variety of settings available to a user.
|
| UserOptions.RequiredArgSwitch | |
| Version |
Interface
Version contains the version string for the
babel compiler. |
| Exception | Description |
|---|---|
| CollectionException |
When parsing a collection of files, it is better to collect all the
exceptions until the end instead of bailing out on the first exception.
|