MicroModelicaCCompiler
4.5.3
|
#include <modification.hpp>
Public Member Functions | |
DEFINE_CLASS_PRINTER (AST_Argument) | |
AST_Argument_ () | |
virtual string | print () const =0 |
virtual ArgumentType | argumentType () const =0 |
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 | |
bool | _final |
bool | _each |
Definition at line 33 of file modification.hpp.
AST_Argument_::AST_Argument_ | ( | ) |
Definition at line 30 of file modification.cpp.
|
virtual |
visitor |
Implements AST_Node_.
Definition at line 40 of file modification.cpp.
References AST_Visitor::visit().
|
pure virtual |
Implemented in AST_Argument_Redeclaration_, and AST_Argument_Modification_.
AST_Argument_::DEFINE_CLASS_PRINTER | ( | AST_Argument | ) |
AST_Argument_::GET_AS | ( | Argument | , |
Modification | |||
) |
AST_Argument_::GET_AS | ( | Argument | , |
Redeclaration | |||
) |
bool AST_Argument_::hasEach | ( | ) | const |
Definition at line 36 of file modification.cpp.
References _each.
Referenced by AST_Argument_Modification_::print().
bool AST_Argument_::isFinal | ( | ) | const |
|
pure virtual |
Implemented in AST_Argument_Redeclaration_, and AST_Argument_Modification_.
void AST_Argument_::setEach | ( | ) |
Definition at line 34 of file modification.cpp.
References _each.
void AST_Argument_::setFinal | ( | ) |
Definition at line 32 of file modification.cpp.
References _final.
|
private |
Definition at line 104 of file modification.hpp.
|
private |
Definition at line 103 of file modification.hpp.
Referenced by isFinal(), and setFinal().