Public Types | |
typedef IsFiniteAppMatcher< Series, T, Dispatch > | self_t |
typedef bool | return_type |
typedef T::semiring_elt_value_t | semiring_elt_value_t |
typedef T::monoid_elt_value_t | monoid_elt_value_t |
Public Member Functions | |
IsFiniteAppMatcher () | |
MATCH__ (Product, lhs, rhs) | |
END | MATCH__ (Sum, lhs, rhs) |
END | MATCH_ (Star, node) |
END | MATCH__ (LeftWeight, w, node) |
END | MATCH__ (RightWeight, node, w) |
END | MATCH_ (Constant, m) |
END | MATCH (Zero) |
END | MATCH (One) |
bool | match (const T &ast) |
Effectively performs the match. |
Definition at line 26 of file krat_exp_is_finite_app.hxx.
|
Effectively performs the match.
Referenced by IsFiniteAppMatcher::MATCH__(), and vcsn::op_is_finite_app(). |