yacc.cc.h
00001 typedef union
00002 {
00003 long _int;
00004 QString *_str;
00005 unsigned short _char;
00006 double _float;
00007 } YYSTYPE;
00008 #define T_CHARACTER_LITERAL 257
00009 #define T_DOUBLE_LITERAL 258
00010 #define T_IDENTIFIER 259
00011 #define T_INTEGER_LITERAL 260
00012 #define T_STRING_LITERAL 261
00013 #define T_INCLUDE 262
00014 #define T_CLASS 263
00015 #define T_STRUCT 264
00016 #define T_LEFT_CURLY_BRACKET 265
00017 #define T_LEFT_PARANTHESIS 266
00018 #define T_RIGHT_CURLY_BRACKET 267
00019 #define T_RIGHT_PARANTHESIS 268
00020 #define T_COLON 269
00021 #define T_SEMICOLON 270
00022 #define T_PUBLIC 271
00023 #define T_PROTECTED 272
00024 #define T_TRIPE_DOT 273
00025 #define T_PRIVATE 274
00026 #define T_VIRTUAL 275
00027 #define T_CONST 276
00028 #define T_INLINE 277
00029 #define T_FRIEND 278
00030 #define T_RETURN 279
00031 #define T_SIGNAL 280
00032 #define T_SLOT 281
00033 #define T_TYPEDEF 282
00034 #define T_PLUS 283
00035 #define T_MINUS 284
00036 #define T_COMMA 285
00037 #define T_ASTERISK 286
00038 #define T_TILDE 287
00039 #define T_LESS 288
00040 #define T_GREATER 289
00041 #define T_AMPERSAND 290
00042 #define T_EXTERN 291
00043 #define T_EXTERN_C 292
00044 #define T_ACCESS 293
00045 #define T_ENUM 294
00046 #define T_NAMESPACE 295
00047 #define T_USING 296
00048 #define T_UNKNOWN 297
00049 #define T_TRIPLE_DOT 298
00050 #define T_TRUE 299
00051 #define T_FALSE 300
00052 #define T_STATIC 301
00053 #define T_MUTABLE 302
00054 #define T_EQUAL 303
00055 #define T_SCOPE 304
00056 #define T_NULL 305
00057 #define T_INT 306
00058 #define T_ARRAY_OPEN 307
00059 #define T_ARRAY_CLOSE 308
00060 #define T_CHAR 309
00061 #define T_DCOP 310
00062 #define T_DCOP_AREA 311
00063 #define T_DCOP_SIGNAL_AREA 312
00064 #define T_SIGNED 313
00065 #define T_UNSIGNED 314
00066 #define T_LONG 315
00067 #define T_SHORT 316
00068 #define T_FUNOPERATOR 317
00069 #define T_MISCOPERATOR 318
00070 #define T_SHIFT 319
00071
00072
00073 extern YYSTYPE yylval;
This file is part of the documentation for kdelibs Version 3.1.4.