mCRL2
|
Base class for action_formula_traverser. More...
#include <traverser.h>
Public Types | |
typedef core::traverser< Derived > | super |
Public Member Functions | |
void | apply (const data::data_expression &x) |
template<typename T > | |
void | apply (const T &x, typename atermpp::disable_if_container< T >::type *=nullptr) |
template<typename Container > | |
void | apply (Container const &container, typename atermpp::enable_if_container< Container >::type *=nullptr) |
void | apply (const core::identifier_string &x) |
template<typename Expression > | |
void | enter (Expression const &) |
template<typename Expression > | |
void | leave (Expression const &) |
Public Member Functions inherited from mcrl2::core::traverser< Derived > | |
template<typename Expression > | |
void | enter (Expression const &) |
template<typename Expression > | |
void | leave (Expression const &) |
template<typename T > | |
void | apply (const T &x, typename atermpp::disable_if_container< T >::type *=nullptr) |
template<typename Container > | |
void | apply (Container const &container, typename atermpp::enable_if_container< Container >::type *=nullptr) |
void | apply (const core::identifier_string &x) |
Base class for action_formula_traverser.
Definition at line 26 of file traverser.h.
typedef core::traverser<Derived> mcrl2::action_formulas::action_formula_traverser_base< Derived >::super |
Definition at line 28 of file traverser.h.
|
inline |
Definition at line 59 of file traverser.h.
|
inline |
Definition at line 33 of file traverser.h.
|
inline |
Definition at line 42 of file traverser.h.
|
inline |
Definition at line 50 of file traverser.h.
|
inline |
Definition at line 34 of file traverser.h.
|
inline |
Definition at line 38 of file traverser.h.