MicroModelicaCCompiler
4.5.3
|
#include <statement.hpp>
Public Member Functions | |
string | print () const |
virtual StatementType | statementType () |
![]() | |
DEFINE_CLASS_PRINTER (AST_Statement) | |
void | accept (AST_Visitor *visitor) |
GET_AS (Statement, While) | |
GET_AS (Statement, If) | |
GET_AS (Statement, For) | |
GET_AS (Statement, When) | |
GET_AS (Statement, Assign) | |
GET_AS (Statement, OutputAssigment) | |
![]() | |
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 45 of file statement.hpp.
|
virtual |
|
virtual |