|
Derived & | derived () |
|
void | add_name (const core::identifier_string &name, std::map< core::identifier_string, core::identifier_string > &substitution, const std::string &hint) |
|
data_specification | make_data_specification (const basic_sort_vector &user_defined_sorts, const function_symbol_vector &user_defined_constructors, const function_symbol_vector &user_defined_mappings, const alias_vector &user_defined_aliases, const data_equation_vector &user_defined_equations) |
|
void | update (data_specification &x) |
|
void | enter (const variable &x) |
|
template<class T > |
void | apply (T &result, const variable &x) |
|
void | enter (const function_symbol &x) |
|
template<class T > |
void | apply (T &result, const function_symbol &x) |
|
void | enter (const basic_sort &x) |
|
template<class T > |
void | apply (T &result, const basic_sort &x) |
|
void | enter (const structured_sort_constructor &x) |
|
template<class T > |
void | apply (T &result, const structured_sort_constructor &x) |
|
void | enter (const structured_sort_constructor_argument &x) |
|
template<class T > |
void | apply (T &result, const structured_sort_constructor_argument &x) |
|
template<class T > |
void | apply (T &result, const alias &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::basic_sort &x) |
|
void | apply (T &result, const data::container_sort &x) |
|
void | apply (T &result, const data::structured_sort &x) |
|
void | apply (T &result, const data::function_sort &x) |
|
void | apply (T &result, const data::untyped_sort &x) |
|
void | apply (T &result, const data::untyped_possible_sorts &x) |
|
void | apply (T &result, const data::untyped_sort_variable &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::structured_sort_constructor_argument &x) |
|
void | apply (T &result, const data::structured_sort_constructor &x) |
|
void | apply (T &result, const data::alias &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::sort_expression &x) |
|
void | apply (T &result, const data::abstraction &x) |
|
template<typename Derived>
struct mcrl2::data::detail::anonymize_builder< Derived >
Definition at line 26 of file anonymize.h.