Provides parsers to recognize different types of DDS lines.

Package Specification

The DDS source is first processed in terms of commented lines. A {@link CommentedLine} consists of a DDS specification and its preceding comments and whitespace. This simplifies the grammar because it no longer has to consider white space.

The commented lines are held in a CommentedLineSequence and parsed by the grammar defined in DdsParserFactory. The parser factory makes use of the individual xxxLineParser classes defined in this package in order to recognize specific line types. @see com.ibm.etools.iseries.dds.parser.lines.CommentedLine @see com.ibm.etools.iseries.dds.parser.lines.CommentedLineSequence @see com.ibm.etools.iseries.dds.parser.DdsParserFactory