Inheritance diagram for GenericMatcher:
Public Types | |
typedef U | return_type |
Public Member Functions | |
U | match (const T &ast) |
Effectively performs the match. | |
Protected Member Functions | |
GenericMatcher () |
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.
|
Effectively performs the match.
Definition at line 128 of file krat_exp_pattern.hxx. |