mCRL2
|
#include <type_check_tree.h>
Public Member Functions | |
is_equal_to_constraint (const untyped_sort_variable &s1_, const sort_expression &s2_, int cost=0) | |
std::string | print () const override |
![]() | |
type_check_constraint (int cost_=0) | |
virtual std::string | print () const =0 |
Public Attributes | |
untyped_sort_variable | s1 |
sort_expression | s2 |
![]() | |
int | cost |
Definition at line 319 of file type_check_tree.h.
|
inline |
Definition at line 324 of file type_check_tree.h.
|
inlineoverridevirtual |
Implements mcrl2::data::type_check_constraint.
Definition at line 328 of file type_check_tree.h.
untyped_sort_variable mcrl2::data::is_equal_to_constraint::s1 |
Definition at line 321 of file type_check_tree.h.
sort_expression mcrl2::data::is_equal_to_constraint::s2 |
Definition at line 322 of file type_check_tree.h.