|
MicroModelicaCCompiler
4.5.3
|
#include <element.hpp>


Public Member Functions | |
| AST_Element_ClassWrapper_ (AST_Class c) | |
| string | print () const |
| virtual ElementType | elementType () |
| AST_Class | getClass () |
Public Member Functions inherited from AST_Element_ | |
| DEFINE_CLASS_PRINTER (AST_Element) | |
| void | accept (AST_Visitor *visitor) |
| GET_AS (Element, Component) | |
| GET_AS (Element, ExtendsClause) | |
| GET_AS (Element, ImportClause) | |
| GET_AS (Element, ClassWrapper) | |
Public Member Functions inherited from AST_Node_ | |
| AST_Node_ () | |
| virtual | ~AST_Node_ () |
| DEFINE_CLASS_PRINTER (AST_Node) | |
| DEFINE_ORDER_REL (AST_Node) | |
| void | setLineNum (int linenum) |
| int | lineNum () const |
Private Attributes | |
| AST_Class | _c |
Definition at line 115 of file element.hpp.
| AST_Element_ClassWrapper_::AST_Element_ClassWrapper_ | ( | AST_Class | c | ) |
Definition at line 56 of file element.cpp.
|
virtual |
| AST_Class AST_Element_ClassWrapper_::getClass | ( | ) |
Definition at line 70 of file element.cpp.
References _c.
|
virtual |
|
private |
Definition at line 123 of file element.hpp.
Referenced by getClass(), and print().