/home/coin/SVN-release/OS-1.0.0/OS/src/OSParsers/parseosil.tab.hpp

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 2.3.  */
00002 
00003 /* Skeleton interface for Bison's Yacc-like parsers in C
00004 
00005    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
00006    Free Software Foundation, Inc.
00007 
00008    This program is free software; you can redistribute it and/or modify
00009    it under the terms of the GNU General Public License as published by
00010    the Free Software Foundation; either version 2, or (at your option)
00011    any later version.
00012 
00013    This program is distributed in the hope that it will be useful,
00014    but WITHOUT ANY WARRANTY; without even the implied warranty of
00015    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016    GNU General Public License for more details.
00017 
00018    You should have received a copy of the GNU General Public License
00019    along with this program; if not, write to the Free Software
00020    Foundation, Inc., 51 Franklin Street, Fifth Floor,
00021    Boston, MA 02110-1301, USA.  */
00022 
00023 /* As a special exception, you may create a larger work that contains
00024    part or all of the Bison parser skeleton and distribute that work
00025    under terms of your choice, so long as that work isn't itself a
00026    parser generator using the skeleton or a modified version thereof
00027    as a parser skeleton.  Alternatively, if you modify or redistribute
00028    the parser skeleton itself, you may (at your option) remove this
00029    special exception, which will cause the skeleton and the resulting
00030    Bison output files to be licensed under the GNU General Public
00031    License without this special exception.
00032 
00033    This special exception was added by the Free Software Foundation in
00034    version 2.2 of Bison.  */
00035 
00036 /* Tokens.  */
00037 #ifndef YYTOKENTYPE
00038 # define YYTOKENTYPE
00039    /* Put the tokens into the symbol table, so that GDB and other debuggers
00040       know about them.  */
00041    enum yytokentype {
00042      QUOTE = 258,
00043      ATTRIBUTETEXT = 259,
00044      INTEGER = 260,
00045      DOUBLE = 261,
00046      OSILEND = 262,
00047      INSTANCEDATAEND = 263,
00048      VALUEATT = 264,
00049      NUMBEROFNONLINEAREXPRESSIONS = 265,
00050      IDXONEATT = 266,
00051      IDXTWOATT = 267,
00052      COEFATT = 268,
00053      IDATT = 269,
00054      TIMESSTART = 270,
00055      TIMESEND = 271,
00056      NUMBERSTART = 272,
00057      NUMBEREND = 273,
00058      NUMBEROFQTERMSATT = 274,
00059      IDXATT = 275,
00060      TYPEATT = 276,
00061      QTERMSTART = 277,
00062      QTERMEND = 278,
00063      QUADRATICCOEFFICIENTSSTART = 279,
00064      QUADRATICCOEFFICIENTSEND = 280,
00065      NONLINEAREXPRESSIONSSTART = 281,
00066      NONLINEAREXPRESSIONSEND = 282,
00067      NLSTART = 283,
00068      NLEND = 284,
00069      POWERSTART = 285,
00070      POWEREND = 286,
00071      PLUSSTART = 287,
00072      PLUSEND = 288,
00073      MINUSSTART = 289,
00074      MINUSEND = 290,
00075      DIVIDESTART = 291,
00076      DIVIDEEND = 292,
00077      LNSTART = 293,
00078      LNEND = 294,
00079      SQRTSTART = 295,
00080      SQRTEND = 296,
00081      SUMSTART = 297,
00082      SUMEND = 298,
00083      PRODUCTSTART = 299,
00084      PRODUCTEND = 300,
00085      ENDOFELEMENT = 301,
00086      EXPSTART = 302,
00087      EXPEND = 303,
00088      NEGATESTART = 304,
00089      NEGATEEND = 305,
00090      IFSTART = 306,
00091      IFEND = 307,
00092      SQUARESTART = 308,
00093      SQUAREEND = 309,
00094      COSSTART = 310,
00095      COSEND = 311,
00096      SINSTART = 312,
00097      SINEND = 313,
00098      GREATERTHAN = 314,
00099      VARIABLESTART = 315,
00100      VARIABLEEND = 316,
00101      ABSSTART = 317,
00102      ABSEND = 318,
00103      MAXSTART = 319,
00104      MAXEND = 320,
00105      ALLDIFFSTART = 321,
00106      ALLDIFFEND = 322,
00107      MINSTART = 323,
00108      MINEND = 324,
00109      ESTART = 325,
00110      EEND = 326,
00111      PISTART = 327,
00112      PIEND = 328
00113    };
00114 #endif
00115 /* Tokens.  */
00116 #define QUOTE 258
00117 #define ATTRIBUTETEXT 259
00118 #define INTEGER 260
00119 #define DOUBLE 261
00120 #define OSILEND 262
00121 #define INSTANCEDATAEND 263
00122 #define VALUEATT 264
00123 #define NUMBEROFNONLINEAREXPRESSIONS 265
00124 #define IDXONEATT 266
00125 #define IDXTWOATT 267
00126 #define COEFATT 268
00127 #define IDATT 269
00128 #define TIMESSTART 270
00129 #define TIMESEND 271
00130 #define NUMBERSTART 272
00131 #define NUMBEREND 273
00132 #define NUMBEROFQTERMSATT 274
00133 #define IDXATT 275
00134 #define TYPEATT 276
00135 #define QTERMSTART 277
00136 #define QTERMEND 278
00137 #define QUADRATICCOEFFICIENTSSTART 279
00138 #define QUADRATICCOEFFICIENTSEND 280
00139 #define NONLINEAREXPRESSIONSSTART 281
00140 #define NONLINEAREXPRESSIONSEND 282
00141 #define NLSTART 283
00142 #define NLEND 284
00143 #define POWERSTART 285
00144 #define POWEREND 286
00145 #define PLUSSTART 287
00146 #define PLUSEND 288
00147 #define MINUSSTART 289
00148 #define MINUSEND 290
00149 #define DIVIDESTART 291
00150 #define DIVIDEEND 292
00151 #define LNSTART 293
00152 #define LNEND 294
00153 #define SQRTSTART 295
00154 #define SQRTEND 296
00155 #define SUMSTART 297
00156 #define SUMEND 298
00157 #define PRODUCTSTART 299
00158 #define PRODUCTEND 300
00159 #define ENDOFELEMENT 301
00160 #define EXPSTART 302
00161 #define EXPEND 303
00162 #define NEGATESTART 304
00163 #define NEGATEEND 305
00164 #define IFSTART 306
00165 #define IFEND 307
00166 #define SQUARESTART 308
00167 #define SQUAREEND 309
00168 #define COSSTART 310
00169 #define COSEND 311
00170 #define SINSTART 312
00171 #define SINEND 313
00172 #define GREATERTHAN 314
00173 #define VARIABLESTART 315
00174 #define VARIABLEEND 316
00175 #define ABSSTART 317
00176 #define ABSEND 318
00177 #define MAXSTART 319
00178 #define MAXEND 320
00179 #define ALLDIFFSTART 321
00180 #define ALLDIFFEND 322
00181 #define MINSTART 323
00182 #define MINEND 324
00183 #define ESTART 325
00184 #define EEND 326
00185 #define PISTART 327
00186 #define PIEND 328
00187 
00188 
00189 
00190 
00191 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
00192 typedef union YYSTYPE
00193 
00194 {
00195         double dval;
00196         int ival;
00197         char* sval;
00198         
00199 }
00200 /* Line 1529 of yacc.c.  */
00201 
00202         YYSTYPE;
00203 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00204 # define YYSTYPE_IS_DECLARED 1
00205 # define YYSTYPE_IS_TRIVIAL 1
00206 #endif
00207 
00208 
00209 
00210 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
00211 typedef struct YYLTYPE
00212 {
00213   int first_line;
00214   int first_column;
00215   int last_line;
00216   int last_column;
00217 } YYLTYPE;
00218 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
00219 # define YYLTYPE_IS_DECLARED 1
00220 # define YYLTYPE_IS_TRIVIAL 1
00221 #endif
00222 
00223 

Generated on Thu May 15 22:15:05 2008 by  doxygen 1.4.7