|
MicroModelicaCCompiler
4.5.3
|
#include <equation.hpp>


Public Member Functions | |
| AST_ForIndex_ (AST_String var, AST_Expression exp) | |
| DEFINE_CLASS_PRINTER (AST_ForIndex) | |
| string | print () const |
| AST_String | variable () const |
| AST_Expression | in_exp () const |
| void | accept (AST_Visitor *visitor) |
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_String | _var |
| AST_Expression | _in |
Definition at line 114 of file equation.hpp.
| AST_ForIndex_::AST_ForIndex_ | ( | AST_String | var, |
| AST_Expression | exp | ||
| ) |
Definition at line 184 of file equation.cpp.
|
virtual |
Implements AST_Node_.
Definition at line 203 of file equation.cpp.
References _in, and AST_Visitor::visit().

| AST_ForIndex_::DEFINE_CLASS_PRINTER | ( | AST_ForIndex | ) |
| AST_Expression AST_ForIndex_::in_exp | ( | ) | const |
| string AST_ForIndex_::print | ( | ) | const |
| AST_String AST_ForIndex_::variable | ( | ) | const |
|
private |
Definition at line 125 of file equation.hpp.
|
private |
Definition at line 124 of file equation.hpp.
Referenced by variable().