mCRL2
|
expression traverser that visits all sub expressions More...
#include <traverser.h>
Public Member Functions | |
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) |
expression traverser that visits all sub expressions
Types:
Definition at line 31 of file traverser.h.
|
inline |
Definition at line 59 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.