Class diagram for MultiDimArrayType:

Public Members | |
| virtual QualifiedType* | get_element_type () const |
| virtual void | set_element_type (QualifiedType* the_value) |
| Iter<Expression* sf_owned> | get_lower_bound_iterator () const |
| void | append_lower_bound (Expression* sf_owned x) |
| size_t | get_lower_bound_count () const |
| void | insert_lower_bound (size_t pos,Expression* sf_owned x) |
| void | remove_lower_bound (size_t pos) |
| Expression* sf_owned | get_lower_bound (size_t pos) const |
| void | replace_lower_bound (size_t pos,Expression* sf_owned x) |
| Iter<Expression* sf_owned> | get_upper_bound_iterator () const |
| void | append_upper_bound (Expression* sf_owned x) |
| size_t | get_upper_bound_count () const |
| void | insert_upper_bound (size_t pos,Expression* sf_owned x) |
| void | remove_upper_bound (size_t pos) |
| Expression* sf_owned | get_upper_bound (size_t pos) const |
| void | replace_upper_bound (size_t pos,Expression* sf_owned x) |
| virtual | ~MultiDimArrayType () |
| virtual void | print (FormattedText &x) const |
Static Public Members | |
| const LString& | get_class_name () |
Protected Members | |
| MultiDimArrayType () | |
Static Protected Members | |
| void | constructor_function ( Address address ) |
Friends | |
| class | SuifObjectFactory |
[virtual]
[virtual]
[virtual]
[virtual]
Reimplemented from SuifObject.
[static]
Reimplemented from Type.
[protected]
[static, protected]
Reimplemented from Type.
[friend]
written by Dimitri van Heesch, © 1997-1999