#include <set_container_walker.h>
Inheritance diagram for set_container_walker::

Public Methods | |
| virtual void | at_node (Node *the_node, Order ord) |
| virtual void | at_switch (switchNode *the_switch, Order ord) |
| virtual void | at_loop (loopNode *the_loop, Order ord) |
| virtual void | at_case (caseNode *the_case, Order ord) |
| virtual void | at_continue (continueNode *the_continue, Order ord) |
| virtual void | at_break (breakNode *the_break, Order ord) |
| void | at_proc (procNode *the_proc, Order ord) |
| void | at_return (returnNode *the_return, Order ord) |
Static Public Methods | |
| void | fixup (Node *n) |
Private Methods | |
| stmtNode * | nearest () |
| switchNode * | nearest_switch () |
| loopNode * | nearest_loop () |
| set_container_walker () | |
Private Attributes | |
| stmt_list | _stack |
| procNode * | _current_proc |
|
|
|
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
||||||||||||
|
Reimplemented from Walker. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001