| 
    Vaucanson 1.4 
   | 
 
GenericMatcher manages the dispatch of pattern matching. More...

Public Member Functions | |
| U | match (const T &ast) | 
| Effectively performs the match.   | |
GenericMatcher manages the dispatch of pattern matching.
GenericMatcher delegates the dispatch of pattern matching to a function-object: if you want to write an algorithm based on pattern matching, inherit from this class.
Definition at line 110 of file krat_exp_pattern.hh.
| U match | ( | const T & | ast | ) | 
Effectively performs the match.
| ast | The object to perform the match on. | 
Definition at line 128 of file krat_exp_pattern.hxx.
Referenced by vcsn::constant_term().
 1.7.4