MicroModelicaCCompiler  4.5.3
statement.cpp File Reference
#include "statement.hpp"
#include <list>
#include <sstream>
#include "../util/ast_util.hpp"
#include "element.hpp"
#include "expression.hpp"
Include dependency graph for statement.cpp:

Go to the source code of this file.

Functions

 GET_AS_IMP (Statement, While)
 
 GET_AS_IMP (Statement, If)
 
 GET_AS_IMP (Statement, For)
 
 GET_AS_IMP (Statement, When)
 
 GET_AS_IMP (Statement, Assign)
 
 GET_AS_IMP (Statement, OutputAssigment)
 
 CLASS_PRINTER_IMP (AST_Statement)
 

Function Documentation

◆ CLASS_PRINTER_IMP()

CLASS_PRINTER_IMP ( AST_Statement  )

◆ GET_AS_IMP() [1/6]

GET_AS_IMP ( Statement  ,
Assign   
)

◆ GET_AS_IMP() [2/6]

GET_AS_IMP ( Statement  ,
For   
)

◆ GET_AS_IMP() [3/6]

GET_AS_IMP ( Statement  ,
If   
)

◆ GET_AS_IMP() [4/6]

GET_AS_IMP ( Statement  ,
OutputAssigment   
)

◆ GET_AS_IMP() [5/6]

GET_AS_IMP ( Statement  ,
When   
)

◆ GET_AS_IMP() [6/6]

GET_AS_IMP ( Statement  ,
While   
)