MicroModelicaCCompiler
4.5.3
|
#include <modification.hpp>
Public Member Functions | |
AST_Argument_Modification_ (AST_String name, AST_Modification m) | |
AST_String | name () const |
AST_Modification | modification () const |
bool | hasModification () |
string | print () const |
ArgumentType | argumentType () const |
![]() | |
DEFINE_CLASS_PRINTER (AST_Argument) | |
AST_Argument_ () | |
void | setFinal () |
void | setEach () |
bool | isFinal () const |
bool | hasEach () const |
void | accept (AST_Visitor *visitor) |
GET_AS (Argument, Modification) | |
GET_AS (Argument, Redeclaration) | |
![]() | |
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 | _name |
AST_Modification | _mod |
Definition at line 93 of file modification.hpp.
AST_Argument_Modification_::AST_Argument_Modification_ | ( | AST_String | name, |
AST_Modification | m | ||
) |
name | |
m |
Definition at line 116 of file modification.cpp.
|
virtual |
Implements AST_Argument_.
Definition at line 136 of file modification.cpp.
References AR_MODIFICATION.
bool AST_Argument_Modification_::hasModification | ( | ) |
AST_Modification AST_Argument_Modification_::modification | ( | ) | const |
AST_String AST_Argument_Modification_::name | ( | ) | const |
|
virtual |
Implements AST_Argument_.
Definition at line 118 of file modification.cpp.
References AST_Argument_::hasEach(), modification(), and name().
|
private |
Definition at line 129 of file modification.hpp.
Referenced by hasModification(), and modification().
|
private |
Definition at line 128 of file modification.hpp.
Referenced by name().