00001 #ifndef BISON_Y_TAB_HH
00002 # define BISON_Y_TAB_HH
00003
00004 #ifndef YYSTYPE
00005 typedef union {
00006 long ival;
00007 double dval;
00008 float fval;
00009 char cval;
00010 char *sval;
00011 char *kval;
00012 OEP_cfps *cfps;
00013 OEP_ecps *ecps;
00014 OEP_caps *caps;
00015 OEP_saps *saps;
00016 OEP_prxy *prxy;
00017 } yystype;
00018 # define YYSTYPE yystype
00019 # define YYSTYPE_IS_TRIVIAL 1
00020 #endif
00021 # define CHANNELFACTORY_LABEL 257
00022 # define EVENTCHANNEL_LABEL 258
00023 # define CONSUMERADMIN_LABEL 259
00024 # define SUPPLIERADMIN_LABEL 260
00025 # define PROXYPUSHSUPP_LABEL 261
00026 # define PROXYPUSHCONS_LABEL 262
00027 # define PROXYPULLSUPP_LABEL 263
00028 # define PROXYPULLCONS_LABEL 264
00029 # define NAME_LABEL 265
00030 # define IOR_LABEL 266
00031 # define KEY_LABEL 267
00032 # define PORT_LABEL 268
00033 # define PULLRETRYPERIOD_LABEL 269
00034 # define MAXQUEUELENGTH_LABEL 270
00035 # define MAXEVENTSPERCONSUMER_LABEL 271
00036 # define IOR_VALUE 272
00037 # define KEY_VALUE 273
00038 # define INTEGER_LITERAL 274
00039 # define STRING_LITERAL 275
00040 # define TRUETOK 276
00041 # define FALSETOK 277
00042
00043
00044 extern YYSTYPE yylval;
00045
00046 #endif