Package jltools.main

Contains classes to get and parse command line arguments and run the compilation process.

See:
          Description

Class Summary
Main Main is the main program of the extensible compiler.
Options This object encapsulates various jltools options.
Report Class used for reporting debug messages.
Version This class encapsulates the version of the compiler.
 

Exception Summary
UsageError An exception used to indicate a command-line usage error.
 

Package jltools.main Description

Contains classes to get and parse command line arguments and run the compilation process. All static globals should be found in this package.