Package com.mcdermottroe.exemplar.output

The output modules for creating parsers from the internal model.

See:
          Description

Class Summary
LanguageAPIPair A class representing a language-API pair.
OutputUtils Output handling utility methods.
XMLParserGenerator<T extends XMLParserGenerator<T>> A class from which all XML parser generators are derived.
XMLParserObjectGenerator<T extends XMLParserGenerator<T>> An interface for XML parser generators which generate parser objects.
XMLParserSourceGenerator<T extends XMLParserSourceGenerator<T>> An interface for XML parser generators that produce source code.
 

Exception Summary
OutputException An exception that can be thrown in response to any error in the output phase of the program.
XMLParserGeneratorException An exception that can be thrown in response to an error in a class implementing XMLParserGenerator.
 

Package com.mcdermottroe.exemplar.output Description

The output modules for creating parsers from the internal model.