| Class Summary |
| DataOverflowException | This is an exception that will be thrown in case of data overflow |
| DataUnderflowException | This is an exception that will be thrown in case of a data under flow |
| DivisionException | This is an exception that will be thrown in case if there is a division by zero |
| InvalidTypeException | This is an exception that will be throw in case if there is an Invalid Type |
| JavaCCInput | This is the class that acts as a hook to the JavaCC generated classes. |
| JaxParse | This is the class that could load a XLang File. |
| Log | Simple Logging Class |
| MalFormedExpressionException | This is an exception that will be thrown in case if there is a Malformed Expression |
| Mapper | This class provides some simple mapping functionality to map the JavaCC Input to the XMl Input |
| ParseException | This exception is thrown when parse errors are encountered. |
| Process | This class contains the logic to actually the start the work. |
| StartProcess | This is the class that starts up the whole process. |