Package gov.llnl.babel

Interface Summary
Version Interface Version contains the version string for the babel compiler.
 

Class Summary
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.
ParserTest This class is the main test driver for the sidl parser.
ResourceLoader Provide a method to get an InputStream for a resource in the Babel Jar file regardless of the JDK being used.
UserOptions UserOptions is a singleton class that manages the wide variety of settings available to a user.
 

Exception Summary
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.