GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Data Structures | |
union | YYSTYPE |
Macros | |
#define | YYDEBUG 0 |
#define | YYTOKENTYPE |
#define | COMPARISON_OPERATOR 258 |
#define | NAME 259 |
#define | STRING 260 |
#define | INTNUM 261 |
#define | FLOATNUM 262 |
#define | ADD 263 |
#define | DROP 264 |
#define | COLUMN 265 |
#define | EQUAL 266 |
#define | SELECT 267 |
#define | FROM 268 |
#define | WHERE 269 |
#define | DELETE 270 |
#define | INSERT 271 |
#define | INTO 272 |
#define | VALUES 273 |
#define | UPDATE 274 |
#define | SET 275 |
#define | AND 276 |
#define | OR 277 |
#define | NOT 278 |
#define | ALTER 279 |
#define | TABLE 280 |
#define | CREATE 281 |
#define | NULL_VALUE 282 |
#define | VARCHAR 283 |
#define | INT 284 |
#define | INTEGER 285 |
#define | DOUBLE 286 |
#define | PRECISION 287 |
#define | DATE 288 |
#define | TIME 289 |
#define | ORDER 290 |
#define | BY 291 |
#define | IS 292 |
#define | ASC 293 |
#define | DESC 294 |
#define | YYSTYPE_IS_TRIVIAL 1 |
#define | YYSTYPE_IS_DECLARED 1 |
Typedefs | |
typedef union YYSTYPE | YYSTYPE |
Enumerations | |
enum | yytokentype { COMPARISON_OPERATOR = 258, NAME = 259, STRING = 260, INTNUM = 261, FLOATNUM = 262, ADD = 263, DROP = 264, COLUMN = 265, EQUAL = 266, SELECT = 267, FROM = 268, WHERE = 269, DELETE = 270, INSERT = 271, INTO = 272, VALUES = 273, UPDATE = 274, SET = 275, AND = 276, OR = 277, NOT = 278, ALTER = 279, TABLE = 280, CREATE = 281, NULL_VALUE = 282, VARCHAR = 283, INT = 284, INTEGER = 285, DOUBLE = 286, PRECISION = 287, DATE = 288, TIME = 289, ORDER = 290, BY = 291, IS = 292, ASC = 293, DESC = 294, COMPARISON_OPERATOR = 258, NAME = 259, STRING = 260, INTNUM = 261, FLOATNUM = 262, ADD = 263, DROP = 264, COLUMN = 265, EQUAL = 266, SELECT = 267, FROM = 268, WHERE = 269, DELETE = 270, INSERT = 271, INTO = 272, VALUES = 273, UPDATE = 274, SET = 275, AND = 276, OR = 277, NOT = 278, ALTER = 279, TABLE = 280, CREATE = 281, NULL_VALUE = 282, VARCHAR = 283, INT = 284, INTEGER = 285, DOUBLE = 286, PRECISION = 287, DATE = 288, TIME = 289, ORDER = 290, BY = 291, IS = 292, ASC = 293, DESC = 294 } |
Functions | |
int | yyparse (void) |
Variables | |
YYSTYPE | yylval |
enum yytokentype |
int yyparse | ( | void | ) |
Definition at line 1174 of file y.tab.c.
References YYSTYPE::node, NULL, sqpAssignment(), sqpColumn(), sqpColumnDef(), sqpCommand(), sqpNewColumnNode(), sqpNewExpressionNode(), sqpNewValueNode(), sqpOperatorCode(), sqpOrderColumn(), sqpTable(), sqpValue(), YY_, YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN, YY_IGNORE_MAYBE_UNINITIALIZED_END, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, YYDPRINTF, YYEMPTY, YYEOF, YYFINAL, YYINITDEPTH, YYLAST, yylex(), yylval, YYMAXDEPTH, yynerrs, YYNTOKENS, yypact_value_is_default, YYPOPSTACK, YYSIZE_T, yyalloc::yyss_alloc, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, YYSYNTAX_ERROR, yytable_value_is_error, YYTERROR, YYTRANSLATE, and yyalloc::yyvs_alloc.
YYSTYPE yylval |