opNode.h
Ir a la documentación de este archivo.
1 //opNode.h
2 //----------------------------------------------------------------------
3 /*
4  * Fco. Javier Bohórquez Ogalla
5  * 75766599-E
6  * Puerto Real (Cádiz)
7  * powersgame@gmail.com
8  */
9 //----------------------------------------------------------------------
10 /*
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
24  * MA 02110-1301, USA.
25  */
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 #ifndef _RUN_OPERATORS_OPSNODE_
35 #define _RUN_OPERATORS_OPSNODE_
36 //----------------------------------------------------------------------
37 #include "arithOpNode.h"
38 #include "arrayOpNode.h"
39 #include "condOpNode.h"
40 #include "convOpNode.h"
41 #include "dateOpNode.h"
42 #include "fileOpNode.h"
43 #include "logicOpNode.h"
44 #include "processOpNode.h"
45 #include "regexpOpNode.h"
46 #include "strOpNode.h"
47 #include "symbolOpNode.h"
48 //----------------------------------------------------------------------
49 #endif
50 //----------------------------------------------------------------------
51 //Fco. Javier Bohórquez Ogalla
Nodos operadores aritméticos.
Nodos operadores para la conversión de tipos.
Nodos operadores sobre símbolos variables.
Nodos operadores sobre cadenas.
Nodos operadores lógicos.
Nodos operadores y funciones sobre fechas.
Nodos operadores codicionales.
Nodos operadores y funciones sobre ficheros.
Nodos operadores sobre procesos.
Nodos operadores y fiunciones sobre array.