Public Member Functions | |
U | match (const T &ast) |
Effectively performs the match. |
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.
|
Effectively performs the match.
|