MicroModelicaCCompiler  4.5.3
ast_printer.hpp
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  This file is part of QSS Solver.
4 
5  QSS Solver is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License, or
8  (at your option) any later version.
9 
10  QSS Solver is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with QSS Solver. If not, see <http://www.gnu.org/licenses/>.
17 
18  ******************************************************************************/
19 
20 #pragme once
21 
22 #include <ast/ast_types.hpp>
23 #include <util/macros.hpp>
24 
25 using namespace std;
26 
27 DEFINE_PRINTER(AST_Argument);
28 DEFINE_PRINTER(AST_Comment);
29 DEFINE_PRINTER(AST_CompositionElement);
30 DEFINE_PRINTER(AST_Composition);
31 DEFINE_PRINTER(AST_Class);
32 DEFINE_PRINTER(AST_Element);
33 DEFINE_PRINTER(AST_Expression);
34 DEFINE_PRINTER(AST_Expression_ComponentReference);
35 DEFINE_PRINTER(AST_Equation);
36 DEFINE_PRINTER(AST_Modification);
37 DEFINE_PRINTER(AST_Statement);
38 DEFINE_PRINTER(AST_StoredDefinition);
macros.hpp
AST_String
string * AST_String
Definition: ast_types.hpp:46
DEFINE_PRINTER
DEFINE_PRINTER(AST_Argument)
ast_types.hpp