mCRL2
|
#include <typecheck.h>
Public Types | |
typedef pbes_expression_builder< typecheck_builder > | super |
![]() | |
typedef Builder< Derived > | super |
Public Member Functions | |
typecheck_builder (data::data_type_checker &data_typechecker, const data::detail::variable_context &variables, const detail::pbes_context &pbes_context) | |
template<class T > | |
void | apply (T &result, const data::data_expression &x) |
template<class T > | |
void | apply (T &result, const forall &x) |
template<class T > | |
void | apply (T &result, const exists &x) |
template<class T > | |
void | apply (T &result, const propositional_variable_instantiation &x) |
template<class T > | |
void | apply (T &result, const data::untyped_data_parameter &x) |
![]() | |
void | update (pbes_system::pbes_equation &x) |
void | update (pbes_system::pbes &x) |
template<class T > | |
void | apply (T &result, const pbes_system::propositional_variable_instantiation &x) |
template<class T > | |
void | apply (T &result, const pbes_system::not_ &x) |
template<class T > | |
void | apply (T &result, const pbes_system::and_ &x) |
template<class T > | |
void | apply (T &result, const pbes_system::or_ &x) |
template<class T > | |
void | apply (T &result, const pbes_system::imp &x) |
template<class T > | |
void | apply (T &result, const pbes_system::forall &x) |
template<class T > | |
void | apply (T &result, const pbes_system::exists &x) |
template<class T > | |
void | apply (T &result, const pbes_system::pbes_expression &x) |
Public Attributes | |
data::data_type_checker & | m_data_type_checker |
data::detail::variable_context | m_variable_context |
const detail::pbes_context & | m_pbes_context |
Definition at line 28 of file typecheck.h.
typedef pbes_expression_builder<typecheck_builder> mcrl2::pbes_system::detail::typecheck_builder::super |
Definition at line 30 of file typecheck.h.
|
inline |
Definition at line 37 of file typecheck.h.
|
inline |
Definition at line 47 of file typecheck.h.
|
inline |
Definition at line 124 of file typecheck.h.
|
inline |
Definition at line 72 of file typecheck.h.
|
inline |
Definition at line 53 of file typecheck.h.
|
inline |
Definition at line 91 of file typecheck.h.
data::data_type_checker& mcrl2::pbes_system::detail::typecheck_builder::m_data_type_checker |
Definition at line 33 of file typecheck.h.
const detail::pbes_context& mcrl2::pbes_system::detail::typecheck_builder::m_pbes_context |
Definition at line 35 of file typecheck.h.
data::detail::variable_context mcrl2::pbes_system::detail::typecheck_builder::m_variable_context |
Definition at line 34 of file typecheck.h.