MicroModelicaCCompiler
4.5.3
|
#include <composition.hpp>
Public Member Functions | |
AST_CompositionElement_ (AST_CompositionEqsAlgs eqs_algs) | |
AST_CompositionElement_ (AST_ElementList el) | |
DEFINE_CLASS_PRINTER (AST_CompositionElement) | |
AST_CompositionEqsAlgs | getEquationsAlgs () |
AST_ElementList | getElementList () |
bool | hasEquations () |
bool | hasStatements () |
bool | hasElements () |
void | accept (AST_Visitor *visitor) |
![]() | |
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_CompositionEqsAlgs | _eqs_algs |
AST_ElementList | _el |
Definition at line 56 of file composition.hpp.
AST_CompositionElement_::AST_CompositionElement_ | ( | AST_CompositionEqsAlgs | eqs_algs | ) |
Definition at line 133 of file composition.cpp.
AST_CompositionElement_::AST_CompositionElement_ | ( | AST_ElementList | el | ) |
Definition at line 135 of file composition.cpp.
|
virtual |
Implements AST_Node_.
Definition at line 183 of file composition.cpp.
References _el, _eqs_algs, current_element, AST_Visitor::leave(), and AST_Visitor::visit().
AST_CompositionElement_::DEFINE_CLASS_PRINTER | ( | AST_CompositionElement | ) |
AST_ElementList AST_CompositionElement_::getElementList | ( | ) |
Definition at line 142 of file composition.cpp.
References _el.
AST_CompositionEqsAlgs AST_CompositionElement_::getEquationsAlgs | ( | ) |
Definition at line 140 of file composition.cpp.
References _eqs_algs.
bool AST_CompositionElement_::hasElements | ( | ) |
Definition at line 212 of file composition.cpp.
References _el.
bool AST_CompositionElement_::hasEquations | ( | ) |
Definition at line 196 of file composition.cpp.
References _eqs_algs.
bool AST_CompositionElement_::hasStatements | ( | ) |
Definition at line 204 of file composition.cpp.
References _eqs_algs.
|
private |
Definition at line 70 of file composition.hpp.
Referenced by accept(), getElementList(), hasElements(), and operator<<().
|
private |
Definition at line 69 of file composition.hpp.
Referenced by accept(), getEquationsAlgs(), hasEquations(), hasStatements(), and operator<<().