MicroModelicaCCompiler
4.5.3
|
#include <type.hpp>
Public Member Functions | |
Type_Array_ (Type t, AST_Expression dim) | |
~Type_Array_ () override=default | |
SymbolType | getType () override |
string | print () const override |
Type | arrayOf () |
AST_Expression | dimension () |
![]() | |
virtual | ~Type_ ()=default |
Type_Array | getAsArray () |
Type_Tupla | getAsTupla () |
Type_Function | getAsFunction () |
Private Attributes | |
Type | _t |
AST_Expression | _dim |
|
overridedefault |
|
inline |
|
inlineoverridevirtual |
|
overridevirtual |
Implements Type_.
Definition at line 78 of file type.cpp.
References _dim, _t, AST_ListPrepend(), current_element, newAST_ExpressionList(), and TYARRAY.
|
private |
Definition at line 109 of file type.hpp.
Referenced by dimension(), and print().
|
private |