Package pobs

Interface Summary
PAction Interface which allows semantic actions to be linked to parsers.
PErrorHandler  
PObject Defines the method signature required to link Parser OBjectS together.
PScanner Provides the standard interface to which all iterators must conform.
PTarget Marks a target for actions.
 

Class Summary
PContext Immutable class containg a PDirectiveinstance and optional a PTarget.
PDefaultErrorHandler  
PDirective Maintains all state information for the POBS framework such as parser policies.
PMatch Immutable class which contains information on success/failure and the length/point-of-failure of a parse.
PParser Abstract base class of all parsers.
PWrapper Wraps any object so it can be bound to other objectes.