Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenparser.tab.h
Go to the documentation of this file.
00001 00002 /* A Bison parser, made by GNU Bison 2.4.1. */ 00003 00004 /* Skeleton interface for Bison's Yacc-like parsers in C 00005 00006 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 00007 Free Software Foundation, Inc. 00008 00009 This program is free software: you can redistribute it and/or modify 00010 it under the terms of the GNU General Public License as published by 00011 the Free Software Foundation, either version 3 of the License, or 00012 (at your option) any later version. 00013 00014 This program is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 GNU General Public License for more details. 00018 00019 You should have received a copy of the GNU General Public License 00020 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 00021 00022 /* As a special exception, you may create a larger work that contains 00023 part or all of the Bison parser skeleton and distribute that work 00024 under terms of your choice, so long as that work isn't itself a 00025 parser generator using the skeleton or a modified version thereof 00026 as a parser skeleton. Alternatively, if you modify or redistribute 00027 the parser skeleton itself, you may (at your option) remove this 00028 special exception, which will cause the skeleton and the resulting 00029 Bison output files to be licensed under the GNU General Public 00030 License without this special exception. 00031 00032 This special exception was added by the Free Software Foundation in 00033 version 2.2 of Bison. */ 00034 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 kBREAK = 258, 00043 kCASE = 259, 00044 kCATCH = 260, 00045 kCONTINUE = 261, 00046 kDEFAULT = 262, 00047 kDELETE = 263, 00048 kDO = 264, 00049 kELSE = 265, 00050 kIF = 266, 00051 kFINALLY = 267, 00052 kFOR = 268, 00053 kIN = 269, 00054 kINSTANCEOF = 270, 00055 kNEW = 271, 00056 kNULL = 272, 00057 kRETURN = 273, 00058 kSWITCH = 274, 00059 kTHIS = 275, 00060 kTHROW = 276, 00061 kTRUE = 277, 00062 kFALSE = 278, 00063 kTRY = 279, 00064 kTYPEOF = 280, 00065 kVAR = 281, 00066 kVOID = 282, 00067 kWHILE = 283, 00068 kWITH = 284, 00069 tANDAND = 285, 00070 tOROR = 286, 00071 tINC = 287, 00072 tDEC = 288, 00073 tHTMLCOMMENT = 289, 00074 kDIVEQ = 290, 00075 kFUNCTION = 291, 00076 tIdentifier = 292, 00077 tAssignOper = 293, 00078 tEqOper = 294, 00079 tShiftOper = 295, 00080 tRelOper = 296, 00081 tNumericLiteral = 297, 00082 tStringLiteral = 298, 00083 LOWER_THAN_ELSE = 299 00084 }; 00085 #endif 00086 00087 00088 00089 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 00090 typedef union YYSTYPE 00091 { 00092 00093 /* Line 1676 of yacc.c */ 00094 #line 150 "parser.y" 00095 00096 int ival; 00097 const WCHAR *srcptr; 00098 LPCWSTR wstr; 00099 literal_t *literal; 00100 struct _argument_list_t *argument_list; 00101 case_clausule_t *case_clausule; 00102 struct _case_list_t *case_list; 00103 catch_block_t *catch_block; 00104 struct _element_list_t *element_list; 00105 expression_t *expr; 00106 const WCHAR *identifier; 00107 struct _parameter_list_t *parameter_list; 00108 struct _property_list_t *property_list; 00109 source_elements_t *source_elements; 00110 statement_t *statement; 00111 struct _statement_list_t *statement_list; 00112 struct _variable_list_t *variable_list; 00113 variable_declaration_t *variable_declaration; 00114 00115 00116 00117 /* Line 1676 of yacc.c */ 00118 #line 119 "parser.tab.h" 00119 } YYSTYPE; 00120 # define YYSTYPE_IS_TRIVIAL 1 00121 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 00122 # define YYSTYPE_IS_DECLARED 1 00123 #endif 00124 00125 00126 00127 Generated on Sun May 27 2012 04:24:23 for ReactOS by
1.7.6.1
|