Package jfun.parsec.pattern

Provides classes and interfaces for pattern combinator logic and basic patterns.

See:
          Description

Interface Summary
CharPredicate The interface to test a character value.
 

Class Summary
CharPredicates This class provides some common CharPredicate implementations.
Pattern A Pattern object encapsulates an algorithm to recognize certain string pattern.
Patterns This class provides all the basic Pattern implementations and all Pattern combinators.
 

Package jfun.parsec.pattern Description

Provides classes and interfaces for pattern combinator logic and basic patterns. A Pattern matches a character range and returns the match length or reports failure.

Package Specification

The code is developed and tested under Java 5.0.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: