#include <baseparser.h>
Inheritance diagram for oxygen::BaseParser:
Public Member Functions | |
virtual boost::shared_ptr< PredicateList > | Parse (const std::string &input)=0 |
parses the | |
virtual std::string | Generate (boost::shared_ptr< PredicateList > input)=0 |
generates a string representing the given |
A BaseParser is responsible to parse a string into a list of predicates (see
Definition at line 37 of file baseparser.h.
|
generates a string representing the given
Implemented in SexpParser. |
|
parses the
Implemented in SexpParser. |