mCRL2
|
#include <type_check_tree.h>
Public Member Functions | |
is_element_of_constraint (const untyped_sort_variable &s_, const std::vector< sort_expression > &sorts_, int cost=0) | |
std::string | print () const override |
Public Member Functions inherited from mcrl2::data::type_check_constraint | |
type_check_constraint (int cost_=0) | |
virtual std::string | print () const =0 |
Public Attributes | |
untyped_sort_variable | s |
std::vector< sort_expression > | sorts |
Public Attributes inherited from mcrl2::data::type_check_constraint | |
int | cost |
Definition at line 245 of file type_check_tree.h.
|
inline |
Definition at line 250 of file type_check_tree.h.
|
inlineoverridevirtual |
Implements mcrl2::data::type_check_constraint.
Definition at line 254 of file type_check_tree.h.
untyped_sort_variable mcrl2::data::is_element_of_constraint::s |
Definition at line 247 of file type_check_tree.h.
std::vector<sort_expression> mcrl2::data::is_element_of_constraint::sorts |
Definition at line 248 of file type_check_tree.h.