mCRL2
|
Substitution that maps a sort expression to a sort expression. More...
#include <sort_expression_assignment.h>
Public Types | |
typedef sort_expression | variable_type |
typedef sort_expression | expression_type |
Public Member Functions | |
sort_expression_assignment (const sort_expression &lhs_, const sort_expression &rhs_) | |
const sort_expression & | operator() (const sort_expression &x) const |
Public Attributes | |
sort_expression | lhs |
sort_expression | rhs |
Substitution that maps a sort expression to a sort expression.
Definition at line 23 of file sort_expression_assignment.h.
Definition at line 26 of file sort_expression_assignment.h.
Definition at line 25 of file sort_expression_assignment.h.
|
inline |
Definition at line 31 of file sort_expression_assignment.h.
|
inline |
Definition at line 36 of file sort_expression_assignment.h.
sort_expression mcrl2::data::sort_expression_assignment::lhs |
Definition at line 28 of file sort_expression_assignment.h.
sort_expression mcrl2::data::sort_expression_assignment::rhs |
Definition at line 29 of file sort_expression_assignment.h.