(file) Return to WQLYACC.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / WQL

Diff for /pegasus/src/Pegasus/WQL/WQLYACC.cpp between version 1.6 and 1.14

version 1.6, 2004/10/17 20:40:15 version 1.14, 2005/05/24 20:26:33
Line 1 
Line 1 
 //%2004////////////////////////////////////////////////////////////////////////  
 //  
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development  
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.  
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;  
 // IBM Corp.; EMC Corporation, The Open Group.  
 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;  
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.  
 //  
 // Permission is hereby granted, free of charge, to any person obtaining a copy  
 // of this software and associated documentation files (the "Software"), to  
 // deal in the Software without restriction, including without limitation the  
 // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or  
 // sell copies of the Software, and to permit persons to whom the Software is  
 // furnished to do so, subject to the following conditions:  
 //  
 // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN  
 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED  
 // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT  
 // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR  
 // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT  
 // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN  
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION  
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  
 //  
 //==============================================================================  
  
 /*  A Bison parser, made from WQL.y  /*  A Bison parser, made from wql.y
     by GNU Bison version 1.28  */     by GNU Bison version 1.28  */
  
 #define YYBISON 1  /* Identify Bison output.  */ #define YYBISON 1  /* Identify Bison output.  */
Line 43 
Line 17 
 #define TOK_TRUE        260 #define TOK_TRUE        260
 #define TOK_FALSE       261 #define TOK_FALSE       261
 #define TOK_NULL        262 #define TOK_NULL        262
 #define TOK_EQ  263  #define TOK_ISA 263
 #define TOK_NE  264  #define TOK_DOT 264
 #define TOK_LT  265  #define TOK_EQ  265
 #define TOK_LE  266  #define TOK_NE  266
 #define TOK_GT  267  #define TOK_LT  267
 #define TOK_GE  268  #define TOK_LE  268
 #define TOK_NOT 269  #define TOK_GT  269
 #define TOK_OR  270  #define TOK_GE  270
 #define TOK_AND 271  #define TOK_NOT 271
 #define TOK_IS  272  #define TOK_OR  272
 #define TOK_IDENTIFIER  273  #define TOK_AND 273
 #define TOK_SELECT      274  #define TOK_IS  274
 #define TOK_WHERE       275  #define TOK_IDENTIFIER  275
 #define TOK_FROM        276  #define TOK_SELECT      276
 #define TOK_UNEXPECTED_CHAR     277  #define TOK_WHERE       277
   #define TOK_FROM        278
   #define TOK_UNEXPECTED_CHAR     279
  
 #line 9 "WQL.y"  #line 37 "wql.y"
  
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
Line 100 
Line 76 
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
  
 #line 58 "WQL.y"  #line 86 "wql.y"
 typedef union typedef union
 { {
    int intValue;    int intValue;
Line 118 
Line 94 
  
  
  
 #define YYFINAL         60  #define YYFINAL         65
 #define YYFLAG          -32768 #define YYFLAG          -32768
 #define YYNTBASE        28  #define YYNTBASE        30
  
 #define YYTRANSLATE(x) ((unsigned)(x) <= 277 ? yytranslate[x] : 43)  #define YYTRANSLATE(x) ((unsigned)(x) <= 279 ? yytranslate[x] : 45)
  
 static const char yytranslate[] = {     0, static const char yytranslate[] = {     0,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,    26,       2,     2,     2,     2,     2,     2,     2,     2,     2,    28,
     27,    24,     2,    25,     2,     2,     2,     2,     2,     2,      29,    26,     2,    27,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
Line 152 
Line 128 
      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
      2,     2,     2,     2,     2,     1,     3,     4,     5,     6,      2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
      7,     8,     9,    10,    11,    12,    13,    14,    15,    16,      7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
     17,    18,    19,    20,    21,    22,    23      17,    18,    19,    20,    21,    22,    23,    24,    25
 }; };
  
 #if YYDEBUG != 0 #if YYDEBUG != 0
 static const short yyprhs[] = {     0, static const short yyprhs[] = {     0,
      0,     2,     6,     8,    10,    12,    16,    19,    21,    24,      0,     2,     6,     8,    10,    12,    16,    19,    21,    24,
     27,    31,    35,    38,    42,    44,    48,    53,    55,    57,     27,    31,    35,    38,    42,    44,    48,    53,    55,    57,
     61,    65,    69,    73,    77,    81,    85,    90,    92,    94,      61,    65,    69,    73,    77,    81,    85,    89,    94,    96,
     96,    98,   100,   102,   104,   106      98,   100,   104,   106,   108,   110,   112,   114
 }; };
  
 static const short yyrhs[] = {    29,  static const short yyrhs[] = {    31,
      0,    20,    30,    32,     0,    24,     0,    31,     0,    40,       0,    22,    32,    34,     0,    26,     0,    33,     0,    42,
      0,    31,    25,    40,     0,    33,    34,     0,    33,     0,       0,    33,    27,    42,     0,    35,    36,     0,    35,     0,
     22,    41,     0,    21,    35,     0,    35,    16,    35,     0,      24,    43,     0,    23,    37,     0,    37,    18,    37,     0,
     35,    17,    35,     0,    15,    35,     0,    26,    35,    27,      37,    19,    37,     0,    17,    37,     0,    28,    37,    29,
      0,    36,     0,    36,    18,    39,     0,    36,    18,    15,       0,    38,     0,    38,    20,    41,     0,    38,    20,    17,
     39,     0,    37,     0,    38,     0,    42,    11,    42,     0,      41,     0,    39,     0,    40,     0,    44,    13,    44,     0,
     42,    13,    42,     0,    42,    12,    42,     0,    42,    14,      44,    15,    44,     0,    44,    14,    44,     0,    44,    16,
     42,     0,    42,     9,    42,     0,    42,    10,    42,     0,      44,     0,    44,    11,    44,     0,    44,    12,    44,     0,
     42,    18,     8,     0,    42,    18,    15,     8,     0,     6,      42,     9,    43,     0,    44,    20,     8,     0,    44,    20,
      0,     7,     0,    19,     0,    19,     0,    40,     0,     3,      17,     8,     0,     6,     0,     7,     0,    21,     0,    21,
      0,     4,     0,     5,     0,    39,     0      10,    21,     0,    21,     0,    42,     0,     3,     0,     4,
        0,     5,     0,    41,     0
 }; };
  
 #endif #endif
  
 #if YYDEBUG != 0 #if YYDEBUG != 0
 static const short yyrline[] = { 0, static const short yyrline[] = { 0,
    130,   136,   142,   146,   152,   156,   162,   166,   172,   179,     160,   166,   172,   176,   182,   186,   192,   196,   202,   209,
    185,   190,   195,   201,   205,   209,   214,   223,   227,   233,     215,   220,   225,   231,   235,   239,   244,   253,   257,   263,
    238,   243,   248,   253,   258,   265,   270,   277,   281,   287,     268,   273,   278,   283,   288,   293,   303,   308,   315,   319,
    293,   300,   306,   311,   316,   321     332,   337,   349,   356,   362,   367,   372,   377
 }; };
 #endif #endif
  
Line 192 
Line 169 
 #if YYDEBUG != 0 || defined (YYERROR_VERBOSE) #if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
  
 static const char * const yytname[] = {   "$","error","$undefined.","TOK_INTEGER", static const char * const yytname[] = {   "$","error","$undefined.","TOK_INTEGER",
 "TOK_DOUBLE","TOK_STRING","TOK_TRUE","TOK_FALSE","TOK_NULL","TOK_EQ","TOK_NE",  "TOK_DOUBLE","TOK_STRING","TOK_TRUE","TOK_FALSE","TOK_NULL","TOK_ISA","TOK_DOT",
 "TOK_LT","TOK_LE","TOK_GT","TOK_GE","TOK_NOT","TOK_OR","TOK_AND","TOK_IS","TOK_IDENTIFIER",  "TOK_EQ","TOK_NE","TOK_LT","TOK_LE","TOK_GT","TOK_GE","TOK_NOT","TOK_OR","TOK_AND",
 "TOK_SELECT","TOK_WHERE","TOK_FROM","TOK_UNEXPECTED_CHAR","'*'","','","'('",  "TOK_IS","TOK_IDENTIFIER","TOK_SELECT","TOK_WHERE","TOK_FROM","TOK_UNEXPECTED_CHAR",
 "')'","start","selectStatement","selectList","propertyList","selectExpression",  "'*'","','","'('","')'","start","selectStatement","selectList","propertyList",
 "fromClause","whereClause","searchCondition","predicate","comparisonPredicate",  "selectExpression","fromClause","whereClause","searchCondition","predicate",
 "nullPredicate","truthValue","propertyName","className","comparisonTerm", NULL  "comparisonPredicate","nullPredicate","truthValue","propertyName","className",
   "comparisonTerm", NULL
 }; };
 #endif #endif
  
 static const short yyr1[] = {     0, static const short yyr1[] = {     0,
     28,    29,    30,    30,    31,    31,    32,    32,    33,    34,      30,    31,    32,    32,    33,    33,    34,    34,    35,    36,
     35,    35,    35,    35,    35,    35,    35,    36,    36,    37,      37,    37,    37,    37,    37,    37,    37,    38,    38,    39,
     37,    37,    37,    37,    37,    38,    38,    39,    39,    40,      39,    39,    39,    39,    39,    39,    40,    40,    41,    41,
     41,    42,    42,    42,    42,    42      42,    42,    43,    44,    44,    44,    44,    44
 }; };
  
 static const short yyr2[] = {     0, static const short yyr2[] = {     0,
      1,     3,     1,     1,     1,     3,     2,     1,     2,     2,      1,     3,     1,     1,     1,     3,     2,     1,     2,     2,
      3,     3,     2,     3,     1,     3,     4,     1,     1,     3,      3,     3,     2,     3,     1,     3,     4,     1,     1,     3,
      3,     3,     3,     3,     3,     3,     4,     1,     1,     1,       3,     3,     3,     3,     3,     3,     3,     4,     1,     1,
      1,     1,     1,     1,     1,     1       1,     3,     1,     1,     1,     1,     1,     1
 }; };
  
 static const short yydefact[] = {     0, static const short yydefact[] = {     0,
      0,     1,    30,     3,     0,     4,     5,     0,     2,     8,       0,     1,    31,     3,     0,     4,     5,     0,     0,     2,
      0,    31,     9,     0,     7,     6,    33,    34,    35,    28,       8,     0,    32,    33,     9,     0,     7,     6,    35,    36,
     29,     0,     0,    10,    15,    18,    19,    36,    32,     0,      37,    29,    30,     0,     0,    10,    15,    18,    19,    38,
     13,     0,     0,     0,     0,     0,     0,     0,     0,     0,      34,     0,    13,     0,     0,     0,     0,     0,     0,     0,
      0,     0,    14,    11,    12,     0,    16,    24,    25,    20,       0,     0,     0,     0,     0,    14,    11,    12,     0,    16,
     22,    21,    23,    26,     0,    17,    27,     0,     0,     0      26,    34,    24,    25,    20,    22,    21,    23,    27,     0,
       17,    28,     0,     0,     0
 }; };
  
 static const short yydefgoto[] = {    58,  static const short yydefgoto[] = {    63,
      2,     5,     6,     9,    10,    15,    24,    25,    26,    27,       2,     5,     6,    10,    11,    17,    26,    27,    28,    29,
     28,    29,    13,    30      30,    52,    15,    32
 }; };
  
 static const short yypact[] = {    -5,  static const short yypact[] = {   -12,
     18,-32768,-32768,-32768,     5,    16,-32768,    24,-32768,    33,      -7,-32768,     6,-32768,    -2,    12,-32768,    25,    39,-32768,
     26,-32768,-32768,    -3,-32768,-32768,-32768,-32768,-32768,-32768,       4,    40,-32768,-32768,-32768,     0,-32768,-32768,-32768,-32768,
 -32768,    -3,    -3,    23,    37,-32768,-32768,-32768,-32768,    20,  -32768,-32768,-32768,     0,     0,    38,    42,-32768,-32768,-32768,
 -32768,     1,    -3,    -3,    29,     2,     2,     2,     2,     2,      54,    29,-32768,     7,     0,     0,    31,    39,    26,    26,
      2,    11,-32768,    39,-32768,    46,-32768,-32768,-32768,-32768,      26,    26,    26,    26,     1,-32768,    45,-32768,    52,-32768,
 -32768,-32768,-32768,-32768,    49,-32768,-32768,    58,    59,-32768  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,    57,
   -32768,-32768,    66,    67,-32768
 }; };
  
 static const short yypgoto[] = {-32768, static const short yypgoto[] = {-32768,
 -32768,-32768,-32768,-32768,-32768,-32768,    -9,-32768,-32768,-32768,  -32768,-32768,-32768,-32768,-32768,-32768,   -23,-32768,-32768,-32768,
    -24,     9,-32768,    10     -29,    -1,    30,    11
 }; };
  
  
 #define YYLAST          59  #define YYLAST          68
  
  
 static const short yytable[] = {    17,  static const short yytable[] = {     7,
     18,    19,    20,    21,    17,    18,    19,    20,    21,     7,      33,    34,    19,    20,    21,    22,    23,    50,    59,     1,
     47,    22,    31,    32,     1,     3,    33,    34,    54,    16,      18,    47,    48,     3,    31,     8,    24,    60,     4,    61,
      3,    56,    23,    44,    45,    55,     8,    43,    36,    37,       3,     9,    31,    31,    35,    36,    16,    25,    19,    20,
     38,    39,    40,    41,    20,    21,     3,    42,    33,    34,      21,    22,    23,    31,    31,    46,    22,    23,    12,    39,
     11,     4,    12,    46,     3,    48,    49,    50,    51,    52,      40,    41,    42,    43,    44,    13,     3,    49,    45,    53,
     53,    20,    21,    14,    35,    34,    57,    59,    60      54,    55,    56,    57,    58,    35,    36,    22,    23,    14,
        3,    37,    38,    36,    62,    64,    65,    51
 }; };
  
 static const short yycheck[] = {     3,  static const short yycheck[] = {     1,
      4,     5,     6,     7,     3,     4,     5,     6,     7,     1,      24,    25,     3,     4,     5,     6,     7,    37,     8,    22,
     35,    15,    22,    23,    20,    19,    16,    17,     8,    11,      12,    35,    36,    21,    16,    10,    17,    17,    26,    49,
     19,    46,    26,    33,    34,    15,    22,    27,     9,    10,      21,    24,    24,    25,    18,    19,    23,    28,     3,     4,
     11,    12,    13,    14,     6,     7,    19,    18,    16,    17,       5,     6,     7,    35,    36,    29,     6,     7,    27,    11,
     25,    24,    19,    15,    19,    36,    37,    38,    39,    40,      12,    13,    14,    15,    16,    21,    21,    17,    20,    39,
     41,     6,     7,    21,    18,    17,     8,     0,     0      40,    41,    42,    43,    44,    18,    19,     6,     7,    21,
       21,    20,     9,    19,     8,     0,     0,    38
 }; };
 /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */ /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
 #line 3 "bison.simple" #line 3 "bison.simple"
Line 808 
Line 790 
   switch (yyn) {   switch (yyn) {
  
 case 1: case 1:
 #line 131 "WQL.y"  #line 161 "wql.y"
 { {
         WQL_TRACE(("YACC: start\n"));         WQL_TRACE(("YACC: start\n"));
     ;     ;
     break;}     break;}
 case 2: case 2:
 #line 137 "WQL.y"  #line 167 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 3: case 3:
 #line 143 "WQL.y"  #line 173 "wql.y"
 { {
         globalParserState->statement->setAllProperties(true);         globalParserState->statement->setAllProperties(true);
     ;     ;
     break;}     break;}
 case 4: case 4:
 #line 147 "WQL.y"  #line 177 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 5: case 5:
 #line 153 "WQL.y"  #line 183 "wql.y"
 { {
         globalParserState->statement->appendSelectPropertyName(CIMName(yyvsp[0].strValue));         globalParserState->statement->appendSelectPropertyName(CIMName(yyvsp[0].strValue));
     ;     ;
     break;}     break;}
 case 6: case 6:
 #line 157 "WQL.y"  #line 187 "wql.y"
 { {
         globalParserState->statement->appendSelectPropertyName(CIMName(yyvsp[0].strValue));         globalParserState->statement->appendSelectPropertyName(CIMName(yyvsp[0].strValue));
     ;     ;
     break;}     break;}
 case 7: case 7:
 #line 163 "WQL.y"  #line 193 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 8: case 8:
 #line 167 "WQL.y"  #line 197 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 9: case 9:
 #line 173 "WQL.y"  #line 203 "wql.y"
 { {
         WQL_TRACE(("YACC: fromClause: TOK_FROM className(%s)\n", yyvsp[0].strValue));         WQL_TRACE(("YACC: fromClause: TOK_FROM className(%s)\n", yyvsp[0].strValue));
         globalParserState->statement->setClassName(CIMName(yyvsp[0].strValue));         globalParserState->statement->setClassName(CIMName(yyvsp[0].strValue));
     ;     ;
     break;}     break;}
 case 10: case 10:
 #line 180 "WQL.y"  #line 210 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 11: case 11:
 #line 186 "WQL.y"  #line 216 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_OR\n"));         WQL_TRACE(("YACC: TOK_OR\n"));
         globalParserState->statement->appendOperation(WQL_OR);         globalParserState->statement->appendOperation(WQL_OR);
     ;     ;
     break;}     break;}
 case 12: case 12:
 #line 191 "WQL.y"  #line 221 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_AND\n"));         WQL_TRACE(("YACC: TOK_AND\n"));
         globalParserState->statement->appendOperation(WQL_AND);         globalParserState->statement->appendOperation(WQL_AND);
     ;     ;
     break;}     break;}
 case 13: case 13:
 #line 196 "WQL.y"  #line 226 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_NOT\n"));         WQL_TRACE(("YACC: TOK_NOT\n"));
  
Line 891 
Line 873 
     ;     ;
     break;}     break;}
 case 14: case 14:
 #line 202 "WQL.y"  #line 232 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 15: case 15:
 #line 206 "WQL.y"  #line 236 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 16: case 16:
 #line 210 "WQL.y"  #line 240 "wql.y"
 { {
         WQLOperation op = yyvsp[0].intValue ? WQL_IS_TRUE : WQL_IS_FALSE;         WQLOperation op = yyvsp[0].intValue ? WQL_IS_TRUE : WQL_IS_FALSE;
         globalParserState->statement->appendOperation(op);         globalParserState->statement->appendOperation(op);
     ;     ;
     break;}     break;}
 case 17: case 17:
 #line 215 "WQL.y"  #line 245 "wql.y"
 { {
         WQLOperation op = yyvsp[0].intValue ? WQL_IS_NOT_TRUE : WQL_IS_NOT_FALSE;         WQLOperation op = yyvsp[0].intValue ? WQL_IS_NOT_TRUE : WQL_IS_NOT_FALSE;
         globalParserState->statement->appendOperation(op);         globalParserState->statement->appendOperation(op);
     ;     ;
     break;}     break;}
 case 18: case 18:
 #line 224 "WQL.y"  #line 254 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 19: case 19:
 #line 228 "WQL.y"  #line 258 "wql.y"
 { {
  
     ;     ;
     break;}     break;}
 case 20: case 20:
 #line 234 "WQL.y"  #line 264 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_LT\n"));         WQL_TRACE(("YACC: TOK_LT\n"));
         globalParserState->statement->appendOperation(WQL_LT);         globalParserState->statement->appendOperation(WQL_LT);
     ;     ;
     break;}     break;}
 case 21: case 21:
 #line 239 "WQL.y"  #line 269 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_GT\n"));         WQL_TRACE(("YACC: TOK_GT\n"));
         globalParserState->statement->appendOperation(WQL_GT);         globalParserState->statement->appendOperation(WQL_GT);
     ;     ;
     break;}     break;}
 case 22: case 22:
 #line 244 "WQL.y"  #line 274 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_LE\n"));         WQL_TRACE(("YACC: TOK_LE\n"));
         globalParserState->statement->appendOperation(WQL_LE);         globalParserState->statement->appendOperation(WQL_LE);
     ;     ;
     break;}     break;}
 case 23: case 23:
 #line 249 "WQL.y"  #line 279 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_GE\n"));         WQL_TRACE(("YACC: TOK_GE\n"));
         globalParserState->statement->appendOperation(WQL_GE);         globalParserState->statement->appendOperation(WQL_GE);
     ;     ;
     break;}     break;}
 case 24: case 24:
 #line 254 "WQL.y"  #line 284 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_EQ\n"));         WQL_TRACE(("YACC: TOK_EQ\n"));
         globalParserState->statement->appendOperation(WQL_EQ);         globalParserState->statement->appendOperation(WQL_EQ);
     ;     ;
     break;}     break;}
 case 25: case 25:
 #line 259 "WQL.y"  #line 289 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_NE\n"));         WQL_TRACE(("YACC: TOK_NE\n"));
         globalParserState->statement->appendOperation(WQL_NE);         globalParserState->statement->appendOperation(WQL_NE);
     ;     ;
     break;}     break;}
 case 26: case 26:
 #line 266 "WQL.y"  #line 294 "wql.y"
   {
       WQL_TRACE(("YACC: TOK_ISA\n"));
   #ifndef PEGASUS_SNIA_EXTENSIONS
           // If SNIA tests, allow the ISA but do not pass className
           yyerror("ISA Token Not Supported");
   #endif
       ;
       break;}
   case 27:
   #line 304 "wql.y"
 { {
         WQL_TRACE(("YACC: nullPredicate : comparisonTerm IS NULL\n"));         WQL_TRACE(("YACC: nullPredicate : comparisonTerm IS NULL\n"));
         globalParserState->statement->appendOperation(WQL_IS_NULL);         globalParserState->statement->appendOperation(WQL_IS_NULL);
     ;     ;
     break;}     break;}
 case 27:  case 28:
 #line 271 "WQL.y"  #line 309 "wql.y"
 { {
         WQL_TRACE(("YACC: nullPredicate : comparisonTerm IS NOT NULL\n"));         WQL_TRACE(("YACC: nullPredicate : comparisonTerm IS NOT NULL\n"));
         globalParserState->statement->appendOperation(WQL_IS_NOT_NULL);         globalParserState->statement->appendOperation(WQL_IS_NOT_NULL);
     ;     ;
     break;}     break;}
 case 28:  case 29:
 #line 278 "WQL.y"  #line 316 "wql.y"
 { {
         yyval.intValue = 1;         yyval.intValue = 1;
     ;     ;
     break;}     break;}
 case 29:  case 30:
 #line 282 "WQL.y"  #line 320 "wql.y"
 { {
         yyval.intValue = 0;         yyval.intValue = 0;
     ;     ;
     break;}     break;}
 case 30:  case 31:
 #line 288 "WQL.y"  #line 333 "wql.y"
 { {
         WQL_TRACE(("YACC: propertyName : TOK_IDENTIFIER(%s)\n", yyvsp[0].strValue));         WQL_TRACE(("YACC: propertyName : TOK_IDENTIFIER(%s)\n", yyvsp[0].strValue));
         yyval.strValue = yyvsp[0].strValue;         yyval.strValue = yyvsp[0].strValue;
     ;     ;
     break;}     break;}
 case 31:  case 32:
 #line 294 "WQL.y"  #line 338 "wql.y"
   {
           WQL_TRACE(("YACC: propertyName : TOK_IDENTIFIER(%s.%s)\n", yyvsp[-2].strValue, yyvsp[0].strValue));
   #ifdef PEGASUS_SNIA_EXTENSIONS
           // Pass anything as a property name to fool parser for SNIA testing
           yyval.strValue = strdup("dummy");
   #else
           yyerror("Scoped (dotted) property names not supported");
   #endif
       ;
       break;}
   case 33:
   #line 350 "wql.y"
 { {
         WQL_TRACE(("YACC: TOK_IDENTIFIER %s\n", yyvsp[0].strValue));         WQL_TRACE(("YACC: TOK_IDENTIFIER %s\n", yyvsp[0].strValue));
         yyval.strValue = yyvsp[0].strValue;         yyval.strValue = yyvsp[0].strValue;
     ;     ;
     break;}     break;}
 case 32:  case 34:
 #line 301 "WQL.y"  #line 357 "wql.y"
 { {
         globalParserState->statement->appendOperand(         globalParserState->statement->appendOperand(
             WQLOperand(yyvsp[0].strValue, WQL_PROPERTY_NAME_TAG));             WQLOperand(yyvsp[0].strValue, WQL_PROPERTY_NAME_TAG));
         globalParserState->statement->appendWherePropertyName(CIMName(yyvsp[0].strValue));         globalParserState->statement->appendWherePropertyName(CIMName(yyvsp[0].strValue));
     ;     ;
     break;}     break;}
 case 33:  case 35:
 #line 307 "WQL.y"  #line 363 "wql.y"
 { {
         globalParserState->statement->appendOperand(         globalParserState->statement->appendOperand(
             WQLOperand(yyvsp[0].intValue, WQL_INTEGER_VALUE_TAG));             WQLOperand(yyvsp[0].intValue, WQL_INTEGER_VALUE_TAG));
     ;     ;
     break;}     break;}
 case 34:  case 36:
 #line 312 "WQL.y"  #line 368 "wql.y"
 { {
         globalParserState->statement->appendOperand(         globalParserState->statement->appendOperand(
             WQLOperand(yyvsp[0].doubleValue, WQL_DOUBLE_VALUE_TAG));             WQLOperand(yyvsp[0].doubleValue, WQL_DOUBLE_VALUE_TAG));
     ;     ;
     break;}     break;}
 case 35:  case 37:
 #line 317 "WQL.y"  #line 373 "wql.y"
 { {
         globalParserState->statement->appendOperand(         globalParserState->statement->appendOperand(
             WQLOperand(yyvsp[0].strValue, WQL_STRING_VALUE_TAG));             WQLOperand(yyvsp[0].strValue, WQL_STRING_VALUE_TAG));
     ;     ;
     break;}     break;}
 case 36:  case 38:
 #line 322 "WQL.y"  #line 378 "wql.y"
 { {
         globalParserState->statement->appendOperand(         globalParserState->statement->appendOperand(
             WQLOperand(yyvsp[0].intValue != 0, WQL_BOOLEAN_VALUE_TAG));             WQLOperand(yyvsp[0].intValue != 0, WQL_BOOLEAN_VALUE_TAG));
Line 1268 
Line 1272 
     }     }
   return 1;   return 1;
 } }
 #line 327 "WQL.y"  #line 383 "wql.y"
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2