mCRL2
|
#include <type_check_tree.h>
Public Member Functions | |
application_node (type_check_context &context, type_check_node_ptr head, const std::vector< type_check_node_ptr > &arguments) | |
void | set_constraint (type_check_context &context) override |
std::string | print () const override |
Public Member Functions inherited from mcrl2::data::type_check_node | |
type_check_node (type_check_context &context_, const std::vector< type_check_node_ptr > &children_) | |
virtual | ~type_check_node () |
virtual void | set_constraint (type_check_context &) |
virtual void | apply_substitution (const sort_substitution &sigma) |
void | set_children_constraints (type_check_context &context) |
virtual void | check_well_typedness (const type_check_context &) |
virtual std::string | print () const =0 |
Public Attributes | |
std::size_t | arity |
Public Attributes inherited from mcrl2::data::type_check_node | |
type_check_context & | context |
std::vector< type_check_node_ptr > | children |
constraint_ptr | constraint |
untyped_sort_variable | sort |
Definition at line 929 of file type_check_tree.h.
|
inline |
Definition at line 933 of file type_check_tree.h.
|
inlineoverridevirtual |
Implements mcrl2::data::type_check_node.
Definition at line 967 of file type_check_tree.h.
|
inlineoverridevirtual |
Reimplemented from mcrl2::data::type_check_node.
Definition at line 943 of file type_check_tree.h.
std::size_t mcrl2::data::application_node::arity |
Definition at line 931 of file type_check_tree.h.