#include "statement.hpp"
#include <list>
#include <sstream>
#include "../util/ast_util.hpp"
#include "element.hpp"
#include "expression.hpp"
Go to the source code of this file.
◆ 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 |
|
|
) |
| |