|
bool | is_simple (const data_expression &x) const |
|
data_expression | apply_if (const data_expression &b, const data_expression &t1, const data_expression &t2) |
|
template<class T > |
void | apply (T &result, const application &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>
struct mcrl2::data::detail::if_rewrite_builder< Derived >
Definition at line 52 of file if_rewriter.h.