mCRL2
|
#include <type_check_tree.h>
Public Member Functions | |
subsort_constraint (const sort_expression &s1_, const sort_expression &s2_, 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 | |
sort_expression | s1 |
sort_expression | s2 |
Public Attributes inherited from mcrl2::data::type_check_constraint | |
int | cost |
Definition at line 359 of file type_check_tree.h.
|
inline |
Definition at line 364 of file type_check_tree.h.
|
inlineoverridevirtual |
Implements mcrl2::data::type_check_constraint.
Definition at line 368 of file type_check_tree.h.
sort_expression mcrl2::data::subsort_constraint::s1 |
Definition at line 361 of file type_check_tree.h.
sort_expression mcrl2::data::subsort_constraint::s2 |
Definition at line 362 of file type_check_tree.h.