Used to model C feature where set statements can be used as expressions, e.g., c = (a=b). More...
#include <modify_expression.h>
Public Member Functions | |
| modify_expression (set_instruction *s, bool is_initalizing, location loc) | |
| virtual string | to_string () const |
| virtual set_instruction * | get_set_instruction () |
| bool | is_initalizing_exp () |
Friends | |
| class | boost::serialization::access |
Used to model C feature where set statements can be used as expressions, e.g., c = (a=b).
1.6.3