MicroModelicaCCompiler
4.5.3
|
#include <element.hpp>
Public Member Functions | |
AST_Comment_ (AST_String st, AST_ArgumentList al) | |
AST_ArgumentList | arguments () const |
AST_String | string () const |
void | setAnnotation (AST_ArgumentList al) |
DEFINE_CLASS_PRINTER (AST_Comment) | |
void | accept (AST_Visitor *visitor) |
![]() | |
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 | _st |
AST_ArgumentList | _al |
Definition at line 126 of file element.hpp.
AST_Comment_::AST_Comment_ | ( | AST_String | st, |
AST_ArgumentList | al | ||
) |
Definition at line 167 of file element.cpp.
|
virtual |
Implements AST_Node_.
Definition at line 194 of file element.cpp.
References AST_Visitor::visit().
AST_ArgumentList AST_Comment_::arguments | ( | ) | const |
AST_Comment_::DEFINE_CLASS_PRINTER | ( | AST_Comment | ) |
void AST_Comment_::setAnnotation | ( | AST_ArgumentList | al | ) |
Definition at line 173 of file element.cpp.
References _al.
AST_String AST_Comment_::string | ( | ) | const |
|
private |
Definition at line 137 of file element.hpp.
Referenced by arguments(), and setAnnotation().
|
private |
Definition at line 136 of file element.hpp.
Referenced by string().