Public Methods |
| ref_fix_walker (node_map *m, bool nil_bad_links) |
virtual void | at_tdef (tdefNode *the_tdef, Order ord) |
virtual void | at_id (idNode *the_id, Order ord) |
virtual void | at_call (callNode *the_call, Order ord) |
virtual void | at_label (labelNode *the_label, Order ord) |
virtual void | at_case (caseNode *the_case, Order ord) |
virtual void | at_switch (switchNode *the_switch, Order ord) |
virtual void | at_goto (gotoNode *the_goto, Order ord) |
virtual void | at_continue (continueNode *the_continue, Order ord) |
virtual void | at_break (breakNode *the_break, Order ord) |
virtual void | at_return (returnNode *the_return, Order ord) |
Private Methods |
Node * | lookup (Node *old) |
Private Attributes |
node_map * | _map |
bool | _nil_bad_links |