A helper ctree traversal class that maintains parent information. More...
Public Member Functions | |
| ctree_parentee_t (bool post=false) | |
| bool | recalc_parent_types (void) |
| Recalculate types of parent node. | |
A helper ctree traversal class that maintains parent information.
Definition at line 1427 of file hexrays.hpp.
| bool ctree_parentee_t::recalc_parent_types | ( | void | ) |
Recalculate types of parent node.
If a node type has been changed, the visitor must recalculate all parent types, otherwise the ctree becomes inconsistent. If during this recalculation a parent node is added/deleted, this function returns true. In this case it is recommended to restart the traversal because the information about parent nodes is stale.
Definition at line 4300 of file hexrays.hpp.
References hexdsp.