|
mCRL2
|
#include <replace_capture_avoiding_with_an_identifier_generator.h>
Public Types | |
| using | super = Builder< Derived > |
Public Member Functions | |
| add_capture_avoiding_replacement_with_an_identifier_generator (Substitution &sigma_, IdentifierGenerator &id_generator_) | |
| template<class T > | |
| void | apply (T &result, const variable &v) |
| template<class T > | |
| void | apply (T &result, const data::where_clause &x) |
| template<class T > | |
| void | apply (T &result, const data::forall &x) |
| template<class T > | |
| void | apply (T &result, const data::exists &x) |
| template<class T > | |
| void | apply (T &result, const data::lambda &x) |
| template<class T > | |
| void | apply (T &, data_equation &) |
Protected Attributes | |
| substitution_updater_with_an_identifier_generator< Substitution, IdentifierGenerator > | update_sigma |
Definition at line 179 of file replace_capture_avoiding_with_an_identifier_generator.h.
| using mcrl2::data::detail::add_capture_avoiding_replacement_with_an_identifier_generator< Builder, Derived, Substitution, IdentifierGenerator >::super = Builder<Derived> |
Definition at line 181 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 191 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 261 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 241 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 231 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 251 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 203 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
inline |
Definition at line 197 of file replace_capture_avoiding_with_an_identifier_generator.h.
|
protected |
Definition at line 188 of file replace_capture_avoiding_with_an_identifier_generator.h.