Package de.unkrig.commons.text.parser

A framework for convenient implementation of high-performance parsers.

See:
          Description

Class Summary
AbstractParser<TT extends Enum<TT>> The base class for implementing parsers.
 

Exception Summary
ParseException Indicates a problem that has occurred which a document was parsed.
 

Package de.unkrig.commons.text.parser Description

A framework for convenient implementation of high-performance parsers. For an application sample, see ExpressionUtil.