globus_rsl_parser.h

00001 /* A Bison parser, made by GNU Bison 2.3.  */
00002 
00003 /* Skeleton interface for Bison's Yacc-like parsers in C
00004 
00005    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
00006    Free Software Foundation, Inc.
00007 
00008    This program is free software; you can redistribute it and/or modify
00009    it under the terms of the GNU General Public License as published by
00010    the Free Software Foundation; either version 2, or (at your option)
00011    any later version.
00012 
00013    This program is distributed in the hope that it will be useful,
00014    but WITHOUT ANY WARRANTY; without even the implied warranty of
00015    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016    GNU General Public License for more details.
00017 
00018    You should have received a copy of the GNU General Public License
00019    along with this program; if not, write to the Free Software
00020    Foundation, Inc., 51 Franklin Street, Fifth Floor,
00021    Boston, MA 02110-1301, USA.  */
00022 
00023 /* As a special exception, you may create a larger work that contains
00024    part or all of the Bison parser skeleton and distribute that work
00025    under terms of your choice, so long as that work isn't itself a
00026    parser generator using the skeleton or a modified version thereof
00027    as a parser skeleton.  Alternatively, if you modify or redistribute
00028    the parser skeleton itself, you may (at your option) remove this
00029    special exception, which will cause the skeleton and the resulting
00030    Bison output files to be licensed under the GNU General Public
00031    License without this special exception.
00032 
00033    This special exception was added by the Free Software Foundation in
00034    version 2.2 of Bison.  */
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      RSL_STRING = 258,
00043      RSL_OP_AND = 259,
00044      RSL_OP_OR = 260,
00045      RSL_OP_MULTIREQ = 261,
00046      RSL_OP_EQ = 262,
00047      RSL_OP_NEQ = 263,
00048      RSL_OP_LT = 264,
00049      RSL_OP_LTEQ = 265,
00050      RSL_OP_GT = 266,
00051      RSL_OP_GTEQ = 267,
00052      RSL_OP_CONCATENATE = 268,
00053      RSL_LPAREN = 269,
00054      RSL_RPAREN = 270,
00055      RSL_VARIABLE_START = 271
00056    };
00057 #endif
00058 /* Tokens.  */
00059 #define RSL_STRING 258
00060 #define RSL_OP_AND 259
00061 #define RSL_OP_OR 260
00062 #define RSL_OP_MULTIREQ 261
00063 #define RSL_OP_EQ 262
00064 #define RSL_OP_NEQ 263
00065 #define RSL_OP_LT 264
00066 #define RSL_OP_LTEQ 265
00067 #define RSL_OP_GT 266
00068 #define RSL_OP_GTEQ 267
00069 #define RSL_OP_CONCATENATE 268
00070 #define RSL_LPAREN 269
00071 #define RSL_RPAREN 270
00072 #define RSL_VARIABLE_START 271
00073 
00074 
00075 
00076 
00077 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
00078 typedef union YYSTYPE
00079 #line 61 "../../../../../gram/rsl/source/globus_rsl_parser.y"
00080 {
00081   int                  Int;
00082   char               * String;
00083 
00084   globus_rsl_t       * RSL;
00085   globus_rsl_value_t * RSLval;
00086   globus_list_t      * List;
00087 }
00088 /* Line 1529 of yacc.c.  */
00089 #line 90 "globus_rsl_parser.h"
00090         YYSTYPE;
00091 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00092 # define YYSTYPE_IS_DECLARED 1
00093 # define YYSTYPE_IS_TRIVIAL 1
00094 #endif
00095 
00096 
00097 
00098 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
00099 typedef struct YYLTYPE
00100 {
00101   int first_line;
00102   int first_column;
00103   int last_line;
00104   int last_column;
00105 } YYLTYPE;
00106 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
00107 # define YYLTYPE_IS_DECLARED 1
00108 # define YYLTYPE_IS_TRIVIAL 1
00109 #endif
00110 
00111 

Generated on 28 Oct 2014 for globus_rsl by  doxygen 1.4.7