Class diagram for MultiWayBranchStatement:

Public Members | |
| typedef indexed_list<IInteger,CodeLabelSymbol* >::pair | case_pair |
| virtual Expression* | get_decision_operand () const |
| virtual Expression* | set_decision_operand (Expression* the_value) |
| virtual CodeLabelSymbol* | get_default_target () const |
| virtual void | set_default_target (CodeLabelSymbol* the_value) |
| virtual void | add_case (IInteger key,CodeLabelSymbol* value) |
| virtual void | insert_case (IInteger key,CodeLabelSymbol* value) |
| Iter<case_pair > | get_case_iterator () const |
| CodeLabelSymbol* | remove_case (IInteger key) |
| bool | has_case_member (IInteger key) |
| int | num_case_with_key (IInteger) |
| CodeLabelSymbol* | lookup_case (IInteger,int no) const |
| CodeLabelSymbol* | remove_case (IInteger,int no) |
| CodeLabelSymbol* | lookup_case (IInteger key) const |
| void | remove_all_from_case (CodeLabelSymbol* value) |
| int | get_case_count () const |
| case_pair | get_case (int pos) const |
| virtual | ~MultiWayBranchStatement () |
| virtual void | print (FormattedText &x) const |
Static Public Members | |
| const LString& | get_class_name () |
Protected Members | |
| MultiWayBranchStatement () | |
Static Protected Members | |
| void | constructor_function ( Address address ) |
Friends | |
| class | SuifObjectFactory |
[virtual]
[virtual]
[virtual]
[virtual]
[virtual]
[virtual]
[virtual]
[virtual]
Reimplemented from SuifObject.
[static]
Reimplemented from SuifObject.
[protected]
[static, protected]
Reimplemented from Statement.
[friend]
written by Dimitri van Heesch, © 1997-1999