mCRL2
|
#include <type_check_tree.h>
Public Member Functions | |
false_constraint (const std::string &message_) | |
std::string | print () const override |
![]() | |
type_check_constraint (int cost_=0) | |
virtual std::string | print () const =0 |
Public Attributes | |
std::string | message |
![]() | |
int | cost |
Definition at line 218 of file type_check_tree.h.
|
inline |
Definition at line 222 of file type_check_tree.h.
|
inlineoverridevirtual |
Implements mcrl2::data::type_check_constraint.
Definition at line 226 of file type_check_tree.h.
std::string mcrl2::data::false_constraint::message |
Definition at line 220 of file type_check_tree.h.