JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Actions.h
Go to the documentation of this file.
1 //
2 // Created by Nico Schäfer on 11/23/17.
3 //
4 
5 #ifndef JODA_ACTIONS_H
6 #define JODA_ACTIONS_H
7 
8 #include "../grammar/Grammar.h"
9 
10 /*
11  * Actions
12  */
13 #include "Agg_Actions.h"
14 #include "As_Actions.h"
15 #include "Choose_Actions.h"
16 #include "Delete_Actions.h"
17 #include "Load_Actions.h"
18 #include "Store_Actions.h"
19 
20 #include "Function_Actions.h"
21 
22 #endif // JODA_ACTIONS_H