|
| Derived & | derived () |
| |
| bool | is_not (const data_expression &x) const |
| |
| bool | is_and (const data_expression &x) const |
| |
| bool | is_or (const data_expression &x) const |
| |
| bool | is_imp (const data_expression &x) const |
| |
| bool | is_forall (const data_expression &x) const |
| |
| bool | is_exists (const data_expression &x) const |
| |
| template<class T > |
| void | apply (T &result, const application &x) |
| |
| template<class T > |
| void | apply (T &result, const forall &x) |
| |
| template<class T > |
| void | apply (T &result, const exists &x) |
| |
| void | apply (T &result, const data::variable &x) |
| |
| void | apply (T &result, const data::function_symbol &x) |
| |
| void | apply (T &result, const data::application &x) |
| |
| void | apply (T &result, const data::where_clause &x) |
| |
| void | apply (T &result, const data::machine_number &x) |
| |
| void | apply (T &result, const data::untyped_identifier &x) |
| |
| void | apply (T &result, const data::assignment &x) |
| |
| void | apply (T &result, const data::untyped_identifier_assignment &x) |
| |
| void | apply (T &result, const data::forall &x) |
| |
| void | apply (T &result, const data::exists &x) |
| |
| void | apply (T &result, const data::lambda &x) |
| |
| void | apply (T &result, const data::set_comprehension &x) |
| |
| void | apply (T &result, const data::bag_comprehension &x) |
| |
| void | apply (T &result, const data::untyped_set_or_bag_comprehension &x) |
| |
| void | apply (T &result, const data::data_equation &x) |
| |
| void | apply (T &result, const data::untyped_data_parameter &x) |
| |
| void | apply (T &result, const data::data_expression &x) |
| |
| void | apply (T &result, const data::assignment_expression &x) |
| |
| void | apply (T &result, const data::abstraction &x) |
| |
template<typename Derived>
class mcrl2::data::detail::simplify_rewrite_builder< Derived >
Definition at line 25 of file simplify_rewriter.h.