|
MicroModelicaCCompiler
4.5.3
|
#include <modification.hpp>


Private Member Functions | |
| AST_Argument_Redeclaration_ () | |
| string | print () const |
| ArgumentType | argumentType () const |
Additional Inherited Members | |
Public Member Functions inherited from AST_Argument_ | |
| 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) | |
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 |
Definition at line 135 of file modification.hpp.
|
private |
Definition at line 142 of file modification.cpp.
|
privatevirtual |
Implements AST_Argument_.
Definition at line 146 of file modification.cpp.
References AR_REDECLARATION.
|
privatevirtual |