Package com.mcdermottroe.exemplar.input

The portion of the program for reading input files into the internal model.

See:
          Description

Interface Summary
InputModule An interface to which all input modules must conform.
 

Class Summary
InputUtils Input handling utilities.
 

Exception Summary
InputException An exception that can be thrown in response to any error in the input phase of the program.
LexerException An Exception that can be thrown during lexical analysis of some input.
ParserException An Exception that can be thrown in response to an error in the parsing process.
 

Package com.mcdermottroe.exemplar.input Description

The portion of the program for reading input files into the internal model.