MicroModelicaCCompiler
4.5.3
|
#include <modification.hpp>
Public Member Functions | |
AST_Modification_Class_ (AST_ArgumentList al, AST_Expression e) | |
AST_Expression | exp () const |
bool | hasExpression () |
AST_ArgumentList | arguments () const |
string | print () const |
void | setArguments (AST_ArgumentList al) |
virtual ModificationType | modificationType () |
![]() | |
DEFINE_CLASS_PRINTER (AST_Modification) | |
void | accept (AST_Visitor *visitor) |
GET_AS (Modification, Equal) | |
GET_AS (Modification, Class) | |
GET_AS (Modification, Assign) | |
![]() | |
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_Expression | _e |
AST_ArgumentList | _al |
Definition at line 249 of file modification.hpp.
AST_Modification_Class_::AST_Modification_Class_ | ( | AST_ArgumentList | al, |
AST_Expression | e | ||
) |
al | |
e |
Definition at line 92 of file modification.cpp.
AST_ArgumentList AST_Modification_Class_::arguments | ( | ) | const |
AST_Expression AST_Modification_Class_::exp | ( | ) | const |
bool AST_Modification_Class_::hasExpression | ( | ) |
|
virtual |
Reimplemented from AST_Modification_.
Definition at line 94 of file modification.cpp.
References MODCLASS.
|
virtual |
Implements AST_Modification_.
Definition at line 102 of file modification.cpp.
References arguments(), AST_ListPrint(), exp(), and EXPNULL.
void AST_Modification_Class_::setArguments | ( | AST_ArgumentList | al | ) |
|
private |
Definition at line 290 of file modification.hpp.
Referenced by arguments(), and setArguments().
|
private |
Definition at line 289 of file modification.hpp.
Referenced by exp(), and hasExpression().