#include "modification.hpp"
#include <list>
#include <sstream>
#include "../util/ast_util.hpp"
#include "expression.hpp"
Go to the source code of this file.
◆ CLASS_PRINTER_IMP() [1/2]
CLASS_PRINTER_IMP |
( |
AST_Argument |
| ) |
|
◆ CLASS_PRINTER_IMP() [2/2]
CLASS_PRINTER_IMP |
( |
AST_Modification |
| ) |
|
◆ GET_AS_IMP() [1/4]
GET_AS_IMP |
( |
Argument |
, |
|
|
Modification |
|
|
) |
| |
◆ GET_AS_IMP() [2/4]
GET_AS_IMP |
( |
Modification |
, |
|
|
Assign |
|
|
) |
| |
◆ GET_AS_IMP() [3/4]
GET_AS_IMP |
( |
Modification |
, |
|
|
Class |
|
|
) |
| |
◆ GET_AS_IMP() [4/4]
GET_AS_IMP |
( |
Modification |
, |
|
|
Equal |
|
|
) |
| |