|
typedef data::sort_expression_builder< anonymize_builder_instance > | super |
|
typedef core::builder< Derived > | super |
|
anonymize_builder_instance & | 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) |
|
void | enter (const function_symbol &x) |
|
void | enter (const basic_sort &x) |
|
void | enter (const structured_sort_constructor &x) |
|
void | enter (const structured_sort_constructor_argument &x) |
|
void | apply (T &result, const variable &x) |
|
void | apply (T &result, const function_symbol &x) |
|
void | apply (T &result, const basic_sort &x) |
|
void | apply (T &result, const structured_sort_constructor &x) |
|
void | apply (T &result, const structured_sort_constructor_argument &x) |
|
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) |
|
data::set_identifier_generator | id_generator |
|
std::map< core::identifier_string, core::identifier_string > | sort_name_substitution |
|
std::map< core::identifier_string, core::identifier_string > | variable_name_substitution |
|
std::map< core::identifier_string, core::identifier_string > | function_symbol_name_substitution |
|
Definition at line 217 of file anonymize.h.