MicroModelicaCCompiler
4.5.3
|
#include <equation.hpp>
Public Member Functions | |
AST_Equation_For_ (AST_ForIndexList ind, AST_EquationList eql) | |
string | print () const |
AST_EquationList | equationList () const |
AST_ForIndexList | forIndexList () const |
EquationType | equationType () |
![]() | |
DEFINE_CLASS_PRINTER (AST_Equation) | |
void | accept (AST_Visitor *visitor) |
GET_AS (Equation, Call) | |
GET_AS (Equation, Connect) | |
GET_AS (Equation, Equality) | |
GET_AS (Equation, For) | |
GET_AS (Equation, If) | |
GET_AS (Equation, When) | |
![]() | |
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_EquationList | _eql |
AST_ForIndexList | _ind |
Definition at line 101 of file equation.hpp.
AST_Equation_For_::AST_Equation_For_ | ( | AST_ForIndexList | ind, |
AST_EquationList | eql | ||
) |
Definition at line 157 of file equation.cpp.
AST_EquationList AST_Equation_For_::equationList | ( | ) | const |
|
virtual |
AST_ForIndexList AST_Equation_For_::forIndexList | ( | ) | const |
|
virtual |
Implements AST_Equation_.
Definition at line 159 of file equation.cpp.
References AST_ListPrint(), BEGIN_BLOCK, current_element, END_BLOCK, equationList(), forIndexList(), and MAKE_SPACE.
|
private |
Definition at line 110 of file equation.hpp.
Referenced by equationList().
|
private |
Definition at line 111 of file equation.hpp.
Referenced by forIndexList().