(file) Return to cimmof_tab.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

  1 karl  1.22 /* A Bison parser, made by GNU Bison 2.3.  */
  2 kumpf 1.19 
  3 karl  1.22 /* Skeleton interface for Bison's Yacc-like parsers in C
  4            
  5               Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
  6               Free Software Foundation, Inc.
  7 kumpf 1.19 
  8               This program is free software; you can redistribute it and/or modify
  9               it under the terms of the GNU General Public License as published by
 10               the Free Software Foundation; either version 2, or (at your option)
 11               any later version.
 12            
 13               This program is distributed in the hope that it will be useful,
 14               but WITHOUT ANY WARRANTY; without even the implied warranty of
 15               MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 16               GNU General Public License for more details.
 17            
 18               You should have received a copy of the GNU General Public License
 19               along with this program; if not, write to the Free Software
 20 karl  1.22    Foundation, Inc., 51 Franklin Street, Fifth Floor,
 21               Boston, MA 02110-1301, USA.  */
 22            
 23            /* As a special exception, you may create a larger work that contains
 24               part or all of the Bison parser skeleton and distribute that work
 25               under terms of your choice, so long as that work isn't itself a
 26               parser generator using the skeleton or a modified version thereof
 27               as a parser skeleton.  Alternatively, if you modify or redistribute
 28               the parser skeleton itself, you may (at your option) remove this
 29               special exception, which will cause the skeleton and the resulting
 30               Bison output files to be licensed under the GNU General Public
 31               License without this special exception.
 32 kumpf 1.19 
 33 karl  1.22    This special exception was added by the Free Software Foundation in
 34               version 2.2 of Bison.  */
 35 kumpf 1.19 
 36 kumpf 1.23 /* NOCHKSRC */
 37            
 38 kumpf 1.19 /* Tokens.  */
 39            #ifndef YYTOKENTYPE
 40            # define YYTOKENTYPE
 41               /* Put the tokens into the symbol table, so that GDB and other debuggers
 42                  know about them.  */
 43               enum yytokentype {
 44                 TOK_ALIAS_IDENTIFIER = 258,
 45                 TOK_ANY = 259,
 46                 TOK_AS = 260,
 47                 TOK_ASSOCIATION = 261,
 48                 TOK_BINARY_VALUE = 262,
 49                 TOK_CHAR_VALUE = 263,
 50                 TOK_CLASS = 264,
 51                 TOK_COLON = 265,
 52                 TOK_COMMA = 266,
 53                 TOK_DISABLEOVERRIDE = 267,
 54                 TOK_DQUOTE = 268,
 55                 TOK_DT_BOOL = 269,
 56                 TOK_DT_CHAR16 = 270,
 57                 TOK_DT_CHAR8 = 271,
 58                 TOK_DT_DATETIME = 272,
 59 kumpf 1.19      TOK_DT_REAL32 = 273,
 60                 TOK_DT_REAL64 = 274,
 61                 TOK_DT_SINT16 = 275,
 62                 TOK_DT_SINT32 = 276,
 63                 TOK_DT_SINT64 = 277,
 64                 TOK_DT_SINT8 = 278,
 65                 TOK_DT_STR = 279,
 66                 TOK_DT_UINT16 = 280,
 67                 TOK_DT_UINT32 = 281,
 68                 TOK_DT_UINT64 = 282,
 69                 TOK_DT_UINT8 = 283,
 70                 TOK_ENABLEOVERRIDE = 284,
 71                 TOK_END_OF_FILE = 285,
 72                 TOK_EQUAL = 286,
 73                 TOK_FALSE = 287,
 74                 TOK_FLAVOR = 288,
 75                 TOK_HEX_VALUE = 289,
 76                 TOK_INCLUDE = 290,
 77                 TOK_INDICATION = 291,
 78                 TOK_INSTANCE = 292,
 79                 TOK_LEFTCURLYBRACE = 293,
 80 kumpf 1.19      TOK_LEFTPAREN = 294,
 81                 TOK_LEFTSQUAREBRACKET = 295,
 82                 TOK_METHOD = 296,
 83                 TOK_NULL_VALUE = 297,
 84                 TOK_OCTAL_VALUE = 298,
 85                 TOK_OF = 299,
 86                 TOK_PARAMETER = 300,
 87                 TOK_PERIOD = 301,
 88                 TOK_POSITIVE_DECIMAL_VALUE = 302,
 89                 TOK_PRAGMA = 303,
 90                 TOK_PROPERTY = 304,
 91                 TOK_QUALIFIER = 305,
 92                 TOK_REAL_VALUE = 306,
 93                 TOK_REF = 307,
 94                 TOK_REFERENCE = 308,
 95                 TOK_RESTRICTED = 309,
 96                 TOK_RIGHTCURLYBRACE = 310,
 97                 TOK_RIGHTPAREN = 311,
 98                 TOK_RIGHTSQUAREBRACKET = 312,
 99                 TOK_SCHEMA = 313,
100                 TOK_SCOPE = 314,
101 kumpf 1.19      TOK_SEMICOLON = 315,
102                 TOK_SIGNED_DECIMAL_VALUE = 316,
103                 TOK_SIMPLE_IDENTIFIER = 317,
104                 TOK_STRING_VALUE = 318,
105                 TOK_TOSUBCLASS = 319,
106                 TOK_TRANSLATABLE = 320,
107                 TOK_TRUE = 321,
108                 TOK_UNEXPECTED_CHAR = 322
109               };
110 e.boden 1.16 #endif
111 karl    1.22 /* Tokens.  */
112 kumpf   1.19 #define TOK_ALIAS_IDENTIFIER 258
113              #define TOK_ANY 259
114              #define TOK_AS 260
115              #define TOK_ASSOCIATION 261
116              #define TOK_BINARY_VALUE 262
117              #define TOK_CHAR_VALUE 263
118              #define TOK_CLASS 264
119              #define TOK_COLON 265
120              #define TOK_COMMA 266
121              #define TOK_DISABLEOVERRIDE 267
122              #define TOK_DQUOTE 268
123              #define TOK_DT_BOOL 269
124              #define TOK_DT_CHAR16 270
125              #define TOK_DT_CHAR8 271
126              #define TOK_DT_DATETIME 272
127              #define TOK_DT_REAL32 273
128              #define TOK_DT_REAL64 274
129              #define TOK_DT_SINT16 275
130              #define TOK_DT_SINT32 276
131              #define TOK_DT_SINT64 277
132              #define TOK_DT_SINT8 278
133 kumpf   1.19 #define TOK_DT_STR 279
134              #define TOK_DT_UINT16 280
135              #define TOK_DT_UINT32 281
136              #define TOK_DT_UINT64 282
137              #define TOK_DT_UINT8 283
138              #define TOK_ENABLEOVERRIDE 284
139              #define TOK_END_OF_FILE 285
140              #define TOK_EQUAL 286
141              #define TOK_FALSE 287
142              #define TOK_FLAVOR 288
143              #define TOK_HEX_VALUE 289
144              #define TOK_INCLUDE 290
145              #define TOK_INDICATION 291
146              #define TOK_INSTANCE 292
147              #define TOK_LEFTCURLYBRACE 293
148              #define TOK_LEFTPAREN 294
149              #define TOK_LEFTSQUAREBRACKET 295
150              #define TOK_METHOD 296
151              #define TOK_NULL_VALUE 297
152              #define TOK_OCTAL_VALUE 298
153              #define TOK_OF 299
154 kumpf   1.19 #define TOK_PARAMETER 300
155              #define TOK_PERIOD 301
156              #define TOK_POSITIVE_DECIMAL_VALUE 302
157              #define TOK_PRAGMA 303
158              #define TOK_PROPERTY 304
159              #define TOK_QUALIFIER 305
160              #define TOK_REAL_VALUE 306
161              #define TOK_REF 307
162              #define TOK_REFERENCE 308
163              #define TOK_RESTRICTED 309
164              #define TOK_RIGHTCURLYBRACE 310
165              #define TOK_RIGHTPAREN 311
166              #define TOK_RIGHTSQUAREBRACKET 312
167              #define TOK_SCHEMA 313
168              #define TOK_SCOPE 314
169              #define TOK_SEMICOLON 315
170              #define TOK_SIGNED_DECIMAL_VALUE 316
171              #define TOK_SIMPLE_IDENTIFIER 317
172              #define TOK_STRING_VALUE 318
173              #define TOK_TOSUBCLASS 319
174              #define TOK_TRANSLATABLE 320
175 kumpf   1.19 #define TOK_TRUE 321
176              #define TOK_UNEXPECTED_CHAR 322
177              
178 e.boden 1.16 
179 kumpf   1.19 
180              
181 karl    1.22 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
182              typedef union YYSTYPE
183 kumpf   1.24 #line 170 "cimmof.y"
184 karl    1.22 {
185 kumpf   1.19   //char                     *strval;
186 e.boden 1.16   CIMClass                 *mofclass;
187                CIMFlavor                *flavor;
188                CIMInstance              *instance;
189                CIMKeyBinding            *keybinding;
190                CIMMethod                *method;
191                CIMName                  *cimnameval;
192                CIMObjectPath            *reference;
193                CIMProperty              *property;
194                CIMQualifier             *qualifier;
195                CIMQualifierDecl         *mofqualifier;
196                CIMScope                 *scope;
197                CIMType                   datatype;
198                CIMValue                 *value;
199                int                       ival;
200 kumpf   1.24   CIMObjectPath            *modelpath;
201 e.boden 1.16   String                   *strptr;
202                String                   *strval;
203                struct pragma            *pragma;
204                TYPED_INITIALIZER_VALUE  *typedinitializer;
205 karl    1.22 }
206 kumpf   1.23 /* Line 1529 of yacc.c.  */
207 karl    1.22 #line 206 "cimmoftemp.h"
208              	YYSTYPE;
209 kumpf   1.19 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
210              # define YYSTYPE_IS_DECLARED 1
211              # define YYSTYPE_IS_TRIVIAL 1
212              #endif
213              
214 mike    1.3  extern YYSTYPE cimmof_lval;
215 kumpf   1.19 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2