gdb/jv-exp.c - gdb
Global variables defined
Data types defined
Functions defined
Macros defined
Source code
- #define YYBISON 1
- #define YYBISON_VERSION "2.7"
- #define YYSKELETON_NAME "yacc.c"
- #define YYPURE 0
- #define YYPUSH 0
- #define YYPULL 1
- #line 36 "jv-exp.y"
- #include "defs.h"
- #include <ctype.h>
- #include "expression.h"
- #include "value.h"
- #include "parser-defs.h"
- #include "language.h"
- #include "jv-lang.h"
- #include "bfd.h"
- #include "symfile.h"
- #include "objfiles.h"
- #include "block.h"
- #include "completer.h"
- #define parse_type(ps) builtin_type (parse_gdbarch (ps))
- #define parse_java_type(ps) builtin_java_type (parse_gdbarch (ps))
- #define yymaxdepth java_maxdepth
- #define yyparse java_parse_internal
- #define yylex java_lex
- #define yyerror java_error
- #define yylval java_lval
- #define yychar java_char
- #define yydebug java_debug
- #define yypact java_pact
- #define yyr1 java_r1
- #define yyr2 java_r2
- #define yydef java_def
- #define yychk java_chk
- #define yypgo java_pgo
- #define yyact java_act
- #define yyexca java_exca
- #define yyerrflag java_errflag
- #define yynerrs java_nerrs
- #define yyps java_ps
- #define yypv java_pv
- #define yys java_s
- #define yy_yys java_yys
- #define yystate java_state
- #define yytmp java_tmp
- #define yyv java_v
- #define yy_yyv java_yyv
- #define yyval java_val
- #define yylloc java_lloc
- #define yyreds java_reds
- #define yytoks java_toks
- #define yyname java_name
- #define yyrule java_rule
- #define yylhs java_yylhs
- #define yylen java_yylen
- #define yydefred java_yydefred
- #define yydgoto java_yydgoto
- #define yysindex java_yysindex
- #define yyrindex java_yyrindex
- #define yygindex java_yygindex
- #define yytable java_yytable
- #define yycheck java_yycheck
- #define yyss java_yyss
- #define yysslim java_yysslim
- #define yyssp java_yyssp
- #define yystacksize java_yystacksize
- #define yyvs java_yyvs
- #define yyvsp java_yyvsp
- #ifndef YYDEBUG
- #define YYDEBUG 1
- #endif
- #define YYFPRINTF parser_fprintf
- static struct parser_state *pstate = NULL;
- int yyparse (void);
- static int yylex (void);
- void yyerror (char *);
- static struct type *java_type_from_name (struct stoken);
- static void push_expression_name (struct parser_state *, struct stoken);
- static void push_fieldnames (struct parser_state *, struct stoken);
- static struct expression *copy_exp (struct expression *, int);
- static void insert_exp (struct parser_state *, int, struct expression *);
- #line 166 "jv-exp.c"
- # ifndef YY_NULL
- # if defined __cplusplus && 201103L <= __cplusplus
- # define YY_NULL nullptr
- # else
- # define YY_NULL 0
- # endif
- # endif
- #ifdef YYERROR_VERBOSE
- # undef YYERROR_VERBOSE
- # define YYERROR_VERBOSE 1
- #else
- # define YYERROR_VERBOSE 0
- #endif
- #ifndef YYDEBUG
- # define YYDEBUG 0
- #endif
- #if YYDEBUG
- extern int yydebug;
- #endif
- #ifndef YYTOKENTYPE
- # define YYTOKENTYPE
-
- enum yytokentype {
- INTEGER_LITERAL = 258,
- FLOATING_POINT_LITERAL = 259,
- IDENTIFIER = 260,
- STRING_LITERAL = 261,
- BOOLEAN_LITERAL = 262,
- TYPENAME = 263,
- NAME_OR_INT = 264,
- ERROR = 265,
- LONG = 266,
- SHORT = 267,
- BYTE = 268,
- INT = 269,
- CHAR = 270,
- BOOLEAN = 271,
- DOUBLE = 272,
- FLOAT = 273,
- VARIABLE = 274,
- ASSIGN_MODIFY = 275,
- SUPER = 276,
- NEW = 277,
- OROR = 278,
- ANDAND = 279,
- NOTEQUAL = 280,
- EQUAL = 281,
- GEQ = 282,
- LEQ = 283,
- RSH = 284,
- LSH = 285,
- DECREMENT = 286,
- INCREMENT = 287
- };
- #endif
- #define INTEGER_LITERAL 258
- #define FLOATING_POINT_LITERAL 259
- #define IDENTIFIER 260
- #define STRING_LITERAL 261
- #define BOOLEAN_LITERAL 262
- #define TYPENAME 263
- #define NAME_OR_INT 264
- #define ERROR 265
- #define LONG 266
- #define SHORT 267
- #define BYTE 268
- #define INT 269
- #define CHAR 270
- #define BOOLEAN 271
- #define DOUBLE 272
- #define FLOAT 273
- #define VARIABLE 274
- #define ASSIGN_MODIFY 275
- #define SUPER 276
- #define NEW 277
- #define OROR 278
- #define ANDAND 279
- #define NOTEQUAL 280
- #define EQUAL 281
- #define GEQ 282
- #define LEQ 283
- #define RSH 284
- #define LSH 285
- #define DECREMENT 286
- #define INCREMENT 287
- #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
- typedef union YYSTYPE
- {
- #line 139 "jv-exp.y"
- LONGEST lval;
- struct {
- LONGEST val;
- struct type *type;
- } typed_val_int;
- struct {
- DOUBLEST dval;
- struct type *type;
- } typed_val_float;
- struct symbol *sym;
- struct type *tval;
- struct stoken sval;
- struct ttype tsym;
- struct symtoken ssym;
- struct block *bval;
- enum exp_opcode opcode;
- struct internalvar *ivar;
- int *ivec;
- #line 292 "jv-exp.c"
- } YYSTYPE;
- # define YYSTYPE_IS_TRIVIAL 1
- # define yystype YYSTYPE
- # define YYSTYPE_IS_DECLARED 1
- #endif
- extern YYSTYPE yylval;
- #ifdef YYPARSE_PARAM
- #if defined __STDC__ || defined __cplusplus
- int yyparse (void *YYPARSE_PARAM);
- #else
- int yyparse ();
- #endif
- #else
- #if defined __STDC__ || defined __cplusplus
- int yyparse (void);
- #else
- int yyparse ();
- #endif
- #endif
- #line 160 "jv-exp.y"
- static int parse_number (struct parser_state *, const char *, int,
- int, YYSTYPE *);
- #line 326 "jv-exp.c"
- #ifdef short
- # undef short
- #endif
- #ifdef YYTYPE_UINT8
- typedef YYTYPE_UINT8 yytype_uint8;
- #else
- typedef unsigned char yytype_uint8;
- #endif
- #ifdef YYTYPE_INT8
- typedef YYTYPE_INT8 yytype_int8;
- #elif (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- typedef signed char yytype_int8;
- #else
- typedef short int yytype_int8;
- #endif
- #ifdef YYTYPE_UINT16
- typedef YYTYPE_UINT16 yytype_uint16;
- #else
- typedef unsigned short int yytype_uint16;
- #endif
- #ifdef YYTYPE_INT16
- typedef YYTYPE_INT16 yytype_int16;
- #else
- typedef short int yytype_int16;
- #endif
- #ifndef YYSIZE_T
- # ifdef __SIZE_TYPE__
- # define YYSIZE_T __SIZE_TYPE__
- # elif defined size_t
- # define YYSIZE_T size_t
- # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- # include <stddef.h>
- # define YYSIZE_T size_t
- # else
- # define YYSIZE_T unsigned int
- # endif
- #endif
- #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
- #ifndef YY_
- # if defined YYENABLE_NLS && YYENABLE_NLS
- # if ENABLE_NLS
- # include <libintl.h>
- # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
- # endif
- # endif
- # ifndef YY_
- # define YY_(Msgid) Msgid
- # endif
- #endif
- #if ! defined lint || defined __GNUC__
- # define YYUSE(E) ((void) (E))
- #else
- # define YYUSE(E)
- #endif
- #ifndef lint
- # define YYID(N) (N)
- #else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static int
- YYID (int yyi)
- #else
- static int
- YYID (yyi)
- int yyi;
- #endif
- {
- return yyi;
- }
- #endif
- #if ! defined yyoverflow || YYERROR_VERBOSE
- # ifdef YYSTACK_USE_ALLOCA
- # if YYSTACK_USE_ALLOCA
- # ifdef __GNUC__
- # define YYSTACK_ALLOC __builtin_alloca
- # elif defined __BUILTIN_VA_ARG_INCR
- # include <alloca.h>
- # elif defined _AIX
- # define YYSTACK_ALLOC __alloca
- # elif defined _MSC_VER
- # define alloca _alloca
- # else
- # define YYSTACK_ALLOC alloca
- # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- # include <stdlib.h>
-
- # ifndef EXIT_SUCCESS
- # define EXIT_SUCCESS 0
- # endif
- # endif
- # endif
- # endif
- # endif
- # ifdef YYSTACK_ALLOC
-
- # define YYSTACK_FREE(Ptr) do { ; } while (YYID (0))
- # ifndef YYSTACK_ALLOC_MAXIMUM
-
- # define YYSTACK_ALLOC_MAXIMUM 4032
- # endif
- # else
- # define YYSTACK_ALLOC YYMALLOC
- # define YYSTACK_FREE YYFREE
- # ifndef YYSTACK_ALLOC_MAXIMUM
- # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
- # endif
- # if (defined __cplusplus && ! defined EXIT_SUCCESS \
- && ! ((defined YYMALLOC || defined xmalloc) \
- && (defined YYFREE || defined xfree)))
- # include <stdlib.h>
- # ifndef EXIT_SUCCESS
- # define EXIT_SUCCESS 0
- # endif
- # endif
- # ifndef YYMALLOC
- # define YYMALLOC xmalloc
- # if ! defined xmalloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- void *xmalloc (YYSIZE_T);
- # endif
- # endif
- # ifndef YYFREE
- # define YYFREE xfree
- # if ! defined xfree && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- void xfree (void *);
- # endif
- # endif
- # endif
- #endif
- #if (! defined yyoverflow \
- && (! defined __cplusplus \
- || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
- union yyalloc
- {
- yytype_int16 yyss_alloc;
- YYSTYPE yyvs_alloc;
- };
- # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
- # define YYSTACK_BYTES(N) \
- ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
- + YYSTACK_GAP_MAXIMUM)
- # define YYCOPY_NEEDED 1
- # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
- do \
- { \
- YYSIZE_T yynewbytes; \
- YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
- Stack = &yyptr->Stack_alloc; \
- yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
- yyptr += yynewbytes / sizeof (*yyptr); \
- } \
- while (YYID (0))
- #endif
- #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
- # ifndef YYCOPY
- # if defined __GNUC__ && 1 < __GNUC__
- # define YYCOPY(Dst, Src, Count) \
- __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
- # else
- # define YYCOPY(Dst, Src, Count) \
- do \
- { \
- YYSIZE_T yyi; \
- for (yyi = 0; yyi < (Count); yyi++) \
- (Dst)[yyi] = (Src)[yyi]; \
- } \
- while (YYID (0))
- # endif
- # endif
- #endif
- #define YYFINAL 98
- #define YYLAST 373
- #define YYNTOKENS 56
- #define YYNNTS 58
- #define YYNRULES 132
- #define YYNSTATES 209
- #define YYUNDEFTOK 2
- #define YYMAXUTOK 287
- #define YYTRANSLATE(YYX) \
- ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
- static const yytype_uint8 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, 54, 2, 2, 2, 43, 30, 2,
- 48, 49, 41, 39, 23, 40, 46, 42, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 55, 2,
- 33, 24, 34, 25, 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, 47, 2, 52, 29, 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, 50, 28, 51, 53, 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, 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, 1, 2, 3, 4,
- 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
- 15, 16, 17, 18, 19, 20, 21, 22, 26, 27,
- 31, 32, 35, 36, 37, 38, 44, 45
- };
- #if YYDEBUG
- static const yytype_uint16 yyprhs[] =
- {
- 0, 0, 3, 5, 7, 9, 11, 13, 15, 17,
- 19, 21, 23, 25, 27, 29, 31, 33, 35, 37,
- 39, 41, 43, 45, 47, 49, 51, 54, 57, 59,
- 61, 63, 65, 67, 69, 73, 75, 79, 81, 83,
- 85, 89, 91, 93, 95, 97, 101, 103, 105, 111,
- 113, 117, 118, 120, 125, 130, 132, 135, 139, 142,
- 146, 148, 149, 153, 157, 160, 161, 166, 173, 180,
- 185, 190, 195, 197, 199, 201, 203, 205, 208, 211,
- 213, 215, 218, 221, 224, 226, 229, 232, 234, 237,
- 240, 242, 248, 253, 259, 261, 265, 269, 273, 275,
- 279, 283, 285, 289, 293, 295, 299, 303, 307, 311,
- 313, 317, 321, 323, 327, 329, 333, 335, 339, 341,
- 345, 347, 351, 353, 359, 361, 363, 367, 371, 373,
- 375, 377, 379
- };
- static const yytype_int8 yyrhs[] =
- {
- 57, 0, -1, 73, -1, 58, -1, 59, -1, 62,
- -1, 68, -1, 6, -1, 3, -1, 9, -1, 4,
- -1, 7, -1, 60, -1, 63, -1, 16, -1, 64,
- -1, 65, -1, 13, -1, 12, -1, 14, -1, 11,
- -1, 15, -1, 18, -1, 17, -1, 69, -1, 66,
- -1, 62, 84, -1, 69, 84, -1, 5, -1, 72,
- -1, 71, -1, 72, -1, 5, -1, 9, -1, 69,
- 46, 71, -1, 113, -1, 73, 23, 113, -1, 75,
- -1, 81, -1, 61, -1, 48, 113, 49, -1, 78,
- -1, 86, -1, 88, -1, 90, -1, 76, 79, 77,
- -1, 50, -1, 51, -1, 22, 67, 48, 80, 49,
- -1, 113, -1, 79, 23, 113, -1, -1, 79, -1,
- 22, 62, 82, 85, -1, 22, 66, 82, 85, -1,
- 83, -1, 82, 83, -1, 47, 113, 52, -1, 47,
- 52, -1, 84, 47, 52, -1, 84, -1, -1, 74,
- 46, 71, -1, 19, 46, 71, -1, 69, 48, -1,
- -1, 87, 89, 80, 49, -1, 74, 46, 71, 48,
- 80, 49, -1, 21, 46, 71, 48, 80, 49, -1,
- 69, 47, 113, 52, -1, 19, 47, 113, 52, -1,
- 75, 47, 113, 52, -1, 74, -1, 69, -1, 19,
- -1, 92, -1, 93, -1, 91, 45, -1, 91, 44,
- -1, 95, -1, 96, -1, 39, 94, -1, 40, 94,
- -1, 41, 94, -1, 97, -1, 45, 94, -1, 44,
- 94, -1, 91, -1, 53, 94, -1, 54, 94, -1,
- 98, -1, 48, 62, 85, 49, 94, -1, 48, 113,
- 49, 97, -1, 48, 69, 84, 49, 97, -1, 94,
- -1, 99, 41, 94, -1, 99, 42, 94, -1, 99,
- 43, 94, -1, 99, -1, 100, 39, 99, -1, 100,
- 40, 99, -1, 100, -1, 101, 38, 100, -1, 101,
- 37, 100, -1, 101, -1, 102, 33, 101, -1, 102,
- 34, 101, -1, 102, 36, 101, -1, 102, 35, 101,
- -1, 102, -1, 103, 32, 102, -1, 103, 31, 102,
- -1, 103, -1, 104, 30, 103, -1, 104, -1, 105,
- 29, 104, -1, 105, -1, 106, 28, 105, -1, 106,
- -1, 107, 27, 106, -1, 107, -1, 108, 26, 107,
- -1, 108, -1, 108, 25, 113, 55, 109, -1, 109,
- -1, 111, -1, 112, 24, 109, -1, 112, 20, 109,
- -1, 70, -1, 19, -1, 86, -1, 90, -1, 110,
- -1
- };
- static const yytype_uint16 yyrline[] =
- {
- 0, 217, 217, 218, 221, 230, 231, 235, 244, 249,
- 258, 263, 269, 280, 281, 286, 287, 291, 293, 295,
- 297, 299, 304, 306, 318, 323, 327, 329, 334, 335,
- 339, 340, 344, 345, 349, 375, 376, 381, 382, 386,
- 387, 388, 389, 390, 391, 392, 400, 405, 410, 416,
- 418, 424, 425, 429, 432, 438, 439, 443, 447, 449,
- 454, 456, 460, 462, 468, 474, 473, 479, 481, 486,
- 506, 508, 513, 514, 516, 518, 519, 523, 528, 533,
- 534, 535, 536, 538, 541, 545, 550, 555, 556, 558,
- 560, 564, 568, 592, 602, 603, 605, 607, 612, 613,
- 615, 620, 621, 623, 629, 630, 632, 634, 636, 642,
- 643, 645, 650, 651, 656, 657, 661, 662, 667, 668,
- 673, 674, 679, 680, 685, 686, 690, 692, 699, 701,
- 703, 704, 709
- };
- #endif
- #if YYDEBUG || YYERROR_VERBOSE || 0
- static const char *const yytname[] =
- {
- "$end", "error", "$undefined", "INTEGER_LITERAL",
- "FLOATING_POINT_LITERAL", "IDENTIFIER", "STRING_LITERAL",
- "BOOLEAN_LITERAL", "TYPENAME", "NAME_OR_INT", "ERROR", "LONG", "SHORT",
- "BYTE", "INT", "CHAR", "BOOLEAN", "DOUBLE", "FLOAT", "VARIABLE",
- "ASSIGN_MODIFY", "SUPER", "NEW", "','", "'='", "'?'", "OROR", "ANDAND",
- "'|'", "'^'", "'&'", "NOTEQUAL", "EQUAL", "'<'", "'>'", "GEQ", "LEQ",
- "RSH", "LSH", "'+'", "'-'", "'*'", "'/'", "'%'", "DECREMENT",
- "INCREMENT", "'.'", "'['", "'('", "')'", "'{'", "'}'", "']'", "'~'",
- "'!'", "':'", "$accept", "start", "type_exp", "PrimitiveOrArrayType",
- "StringLiteral", "Literal", "PrimitiveType", "NumericType",
- "IntegralType", "FloatingPointType", "ClassOrInterfaceType", "ClassType",
- "ArrayType", "Name", "ForcedName", "SimpleName", "QualifiedName", "exp1",
- "Primary", "PrimaryNoNewArray", "lcurly", "rcurly",
- "ClassInstanceCreationExpression", "ArgumentList", "ArgumentList_opt",
- "ArrayCreationExpression", "DimExprs", "DimExpr", "Dims", "Dims_opt",
- "FieldAccess", "FuncStart", "MethodInvocation", "$@1", "ArrayAccess",
- "PostfixExpression", "PostIncrementExpression",
- "PostDecrementExpression", "UnaryExpression", "PreIncrementExpression",
- "PreDecrementExpression", "UnaryExpressionNotPlusMinus",
- "CastExpression", "MultiplicativeExpression", "AdditiveExpression",
- "ShiftExpression", "RelationalExpression", "EqualityExpression",
- "AndExpression", "ExclusiveOrExpression", "InclusiveOrExpression",
- "ConditionalAndExpression", "ConditionalOrExpression",
- "ConditionalExpression", "AssignmentExpression", "Assignment",
- "LeftHandSide", "Expression", YY_NULL
- };
- #endif
- # ifdef YYPRINT
- static const yytype_uint16 yytoknum[] =
- {
- 0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
- 265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
- 275, 276, 277, 44, 61, 63, 278, 279, 124, 94,
- 38, 280, 281, 60, 62, 282, 283, 284, 285, 43,
- 45, 42, 47, 37, 286, 287, 46, 91, 40, 41,
- 123, 125, 93, 126, 33, 58
- };
- # endif
- static const yytype_uint8 yyr1[] =
- {
- 0, 56, 57, 57, 58, 59, 59, 60, 61, 61,
- 61, 61, 61, 62, 62, 63, 63, 64, 64, 64,
- 64, 64, 65, 65, 66, 67, 68, 68, 69, 69,
- 70, 70, 71, 71, 72, 73, 73, 74, 74, 75,
- 75, 75, 75, 75, 75, 75, 76, 77, 78, 79,
- 79, 80, 80, 81, 81, 82, 82, 83, 84, 84,
- 85, 85, 86, 86, 87, 89, 88, 88, 88, 90,
- 90, 90, 91, 91, 91, 91, 91, 92, 93, 94,
- 94, 94, 94, 94, 94, 95, 96, 97, 97, 97,
- 97, 98, 98, 98, 99, 99, 99, 99, 100, 100,
- 100, 101, 101, 101, 102, 102, 102, 102, 102, 103,
- 103, 103, 104, 104, 105, 105, 106, 106, 107, 107,
- 108, 108, 109, 109, 110, 110, 111, 111, 112, 112,
- 112, 112, 113
- };
- static const yytype_uint8 yyr2[] =
- {
- 0, 2, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 1, 1, 1, 2, 2, 1, 1,
- 1, 1, 1, 1, 3, 1, 3, 1, 1, 1,
- 3, 1, 1, 1, 1, 3, 1, 1, 5, 1,
- 3, 0, 1, 4, 4, 1, 2, 3, 2, 3,
- 1, 0, 3, 3, 2, 0, 4, 6, 6, 4,
- 4, 4, 1, 1, 1, 1, 1, 2, 2, 1,
- 1, 2, 2, 2, 1, 2, 2, 1, 2, 2,
- 1, 5, 4, 5, 1, 3, 3, 3, 1, 3,
- 3, 1, 3, 3, 1, 3, 3, 3, 3, 1,
- 3, 3, 1, 3, 1, 3, 1, 3, 1, 3,
- 1, 3, 1, 5, 1, 1, 3, 3, 1, 1,
- 1, 1, 1
- };
- static const yytype_uint8 yydefact[] =
- {
- 0, 8, 10, 28, 7, 11, 9, 20, 18, 17,
- 19, 21, 14, 23, 22, 74, 0, 0, 0, 0,
- 0, 0, 0, 0, 46, 0, 0, 0, 3, 4,
- 12, 39, 5, 13, 15, 16, 6, 73, 128, 30,
- 29, 2, 72, 37, 0, 41, 38, 42, 65, 43,
- 44, 87, 75, 76, 94, 79, 80, 84, 90, 98,
- 101, 104, 109, 112, 114, 116, 118, 120, 122, 124,
- 132, 125, 0, 35, 0, 0, 0, 28, 0, 25,
- 0, 24, 29, 9, 74, 73, 42, 44, 81, 82,
- 83, 86, 85, 61, 73, 0, 88, 89, 1, 0,
- 26, 0, 0, 64, 27, 0, 0, 0, 0, 49,
- 51, 78, 77, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 32, 33, 63, 0, 0, 0,
- 61, 55, 61, 51, 0, 60, 0, 0, 40, 58,
- 0, 34, 0, 36, 62, 0, 0, 47, 45, 52,
- 0, 95, 96, 97, 99, 100, 103, 102, 105, 106,
- 108, 107, 111, 110, 113, 115, 117, 119, 0, 121,
- 127, 126, 70, 51, 0, 0, 56, 53, 54, 0,
- 0, 0, 92, 59, 69, 51, 71, 50, 66, 0,
- 0, 57, 48, 91, 93, 0, 123, 68, 67
- };
- static const yytype_int16 yydefgoto[] =
- {
- -1, 27, 28, 29, 30, 31, 32, 33, 34, 35,
- 79, 80, 36, 85, 38, 39, 82, 41, 42, 43,
- 44, 158, 45, 159, 160, 46, 140, 141, 145, 146,
- 86, 48, 49, 110, 87, 51, 52, 53, 54, 55,
- 56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
- 66, 67, 68, 69, 70, 71, 72, 109
- };
- #define YYPACT_NINF -145
- static const yytype_int16 yypact[] =
- {
- 215, -145, -145, -5, -145, -145, 1, -145, -145, -145,
- -145, -145, -145, -145, -145, -7, -19, 279, 50, 50,
- 50, 50, 50, 215, -145, 50, 50, 46, -145, -145,
- -145, -145, -9, -145, -145, -145, -145, 87, -145, -145,
- 12, 44, 5, 16, 319, -145, -145, 28, -145, -145,
- 38, 29, -145, -145, -145, -145, -145, -145, -145, 99,
- 53, 85, 52, 94, 66, 41, 71, 74, 122, -145,
- -145, -145, 40, -145, 26, 319, 26, -145, 59, 59,
- 67, 82, -145, -145, 111, 107, -145, -145, -145, -145,
- -145, -145, -145, -9, 87, 68, -145, -145, -145, 79,
- 91, 26, 267, -145, 91, 319, 26, 319, -18, -145,
- 319, -145, -145, 50, 50, 50, 50, 50, 50, 50,
- 50, 50, 50, 50, 50, 50, 50, 50, 50, 50,
- 319, 50, 50, 50, -145, -145, -145, 112, 126, 319,
- 128, -145, 128, 319, 319, 91, 127, -31, 193, -145,
- 125, -145, 129, -145, 131, 130, 319, -145, -145, 157,
- 135, -145, -145, -145, 99, 99, 53, 53, 85, 85,
- 85, 85, 52, 52, 94, 66, 41, 71, 132, 74,
- -145, -145, -145, 319, 134, 267, -145, -145, -145, 139,
- 50, 193, -145, -145, -145, 319, -145, -145, -145, 50,
- 141, -145, -145, -145, -145, 144, -145, -145, -145
- };
- static const yytype_int16 yypgoto[] =
- {
- -145, -145, -145, -145, -145, -145, -3, -145, -145, -145,
- -145, -145, -145, 11, -145, -64, 0, -145, -145, -145,
- -145, -145, -145, 150, -134, -145, 124, -116, -29, -99,
- 6, -145, -145, -145, 22, -145, -145, -145, 58, -145,
- -145, -144, -145, 43, 49, -2, 45, 78, 81, 83,
- 77, 92, -145, -131, -145, -145, -145, 7
- };
- #define YYTABLE_NINF -132
- static const yytype_int16 yytable[] =
- {
- 40, 180, 181, 100, 192, 156, 47, 73, 104, 189,
- 136, 37, 138, -129, 78, -32, 150, -129, 191, -32,
- 93, -33, 50, 40, 186, -33, 186, 76, 81, 47,
- 95, 134, -31, 157, 94, 135, -31, 151, 99, 74,
- 75, 187, 154, 188, 40, 50, 98, 204, -130, 200,
- 47, 106, -130, 1, 2, 77, 4, 5, -131, 83,
- 132, 205, -131, 107, 133, 147, 50, 105, 206, 84,
- 127, 16, 17, 111, 112, 40, 88, 89, 90, 91,
- 92, 47, 137, 96, 97, 120, 121, 122, 123, 18,
- 19, 20, 116, 117, 21, 22, 126, 50, 23, 128,
- 24, 129, 40, 25, 26, 40, 139, 40, 47, 152,
- 40, 47, 153, 47, 155, 143, 47, 148, 168, 169,
- 170, 171, 118, 119, 50, 124, 125, 50, 101, 50,
- 40, 149, 50, 101, 102, 103, 47, 178, 150, 40,
- 113, 114, 115, 40, 40, 47, 184, 130, 131, 47,
- 47, 152, 50, 101, 144, 103, 40, 74, 75, 164,
- 165, 50, 47, 197, 182, 50, 50, 166, 167, 172,
- 173, 161, 162, 163, 183, 185, 190, 193, 50, 195,
- 156, 194, 196, 40, 198, 40, 201, 199, 202, 47,
- 207, 47, 184, 208, 108, 40, 1, 2, 77, 4,
- 5, 47, 83, 142, 174, 50, 177, 50, 175, 0,
- 0, 176, 84, 0, 16, 17, 0, 50, 1, 2,
- 3, 4, 5, 179, 6, 0, 7, 8, 9, 10,
- 11, 12, 13, 14, 15, 0, 16, 17, 0, 0,
- 0, 23, 0, 24, 0, 0, 25, 26, 203, 0,
- 0, 0, 0, 0, 18, 19, 20, 0, 0, 21,
- 22, 0, 0, 23, 0, 24, 0, 0, 25, 26,
- 1, 2, 3, 4, 5, 0, 6, 0, 0, 0,
- 0, 0, 0, 0, 77, 0, 15, 0, 16, 17,
- 7, 8, 9, 10, 11, 12, 13, 14, 0, 0,
- 0, 0, 0, 0, 0, 0, 18, 19, 20, 0,
- 0, 21, 22, 0, 0, 23, 0, 24, 0, 149,
- 25, 26, 1, 2, 3, 4, 5, 0, 6, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 15, 0,
- 16, 17, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 18, 19,
- 20, 0, 0, 21, 22, 0, 0, 23, 0, 24,
- 0, 0, 25, 26
- };
- #define yypact_value_is_default(Yystate) \
- (!!((Yystate) == (-145)))
- #define yytable_value_is_error(Yytable_value) \
- YYID (0)
- static const yytype_int16 yycheck[] =
- {
- 0, 132, 133, 32, 148, 23, 0, 0, 37, 143,
- 74, 0, 76, 20, 17, 20, 47, 24, 49, 24,
- 23, 20, 0, 23, 140, 24, 142, 46, 17, 23,
- 23, 5, 20, 51, 23, 9, 24, 101, 47, 46,
- 47, 140, 106, 142, 44, 23, 0, 191, 20, 183,
- 44, 46, 24, 3, 4, 5, 6, 7, 20, 9,
- 20, 195, 24, 47, 24, 94, 44, 23, 199, 19,
- 29, 21, 22, 44, 45, 75, 18, 19, 20, 21,
- 22, 75, 75, 25, 26, 33, 34, 35, 36, 39,
- 40, 41, 39, 40, 44, 45, 30, 75, 48, 28,
- 50, 27, 102, 53, 54, 105, 47, 107, 102, 102,
- 110, 105, 105, 107, 107, 48, 110, 49, 120, 121,
- 122, 123, 37, 38, 102, 31, 32, 105, 46, 107,
- 130, 52, 110, 46, 47, 48, 130, 130, 47, 139,
- 41, 42, 43, 143, 144, 139, 139, 25, 26, 143,
- 144, 144, 130, 46, 47, 48, 156, 46, 47, 116,
- 117, 139, 156, 156, 52, 143, 144, 118, 119, 124,
- 125, 113, 114, 115, 48, 47, 49, 52, 156, 48,
- 23, 52, 52, 183, 49, 185, 52, 55, 49, 183,
- 49, 185, 185, 49, 44, 195, 3, 4, 5, 6,
- 7, 195, 9, 79, 126, 183, 129, 185, 127, -1,
- -1, 128, 19, -1, 21, 22, -1, 195, 3, 4,
- 5, 6, 7, 131, 9, -1, 11, 12, 13, 14,
- 15, 16, 17, 18, 19, -1, 21, 22, -1, -1,
- -1, 48, -1, 50, -1, -1, 53, 54, 190, -1,
- -1, -1, -1, -1, 39, 40, 41, -1, -1, 44,
- 45, -1, -1, 48, -1, 50, -1, -1, 53, 54,
- 3, 4, 5, 6, 7, -1, 9, -1, -1, -1,
- -1, -1, -1, -1, 5, -1, 19, -1, 21, 22,
- 11, 12, 13, 14, 15, 16, 17, 18, -1, -1,
- -1, -1, -1, -1, -1, -1, 39, 40, 41, -1,
- -1, 44, 45, -1, -1, 48, -1, 50, -1, 52,
- 53, 54, 3, 4, 5, 6, 7, -1, 9, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 19, -1,
- 21, 22, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 39, 40,
- 41, -1, -1, 44, 45, -1, -1, 48, -1, 50,
- -1, -1, 53, 54
- };
- static const yytype_uint8 yystos[] =
- {
- 0, 3, 4, 5, 6, 7, 9, 11, 12, 13,
- 14, 15, 16, 17, 18, 19, 21, 22, 39, 40,
- 41, 44, 45, 48, 50, 53, 54, 57, 58, 59,
- 60, 61, 62, 63, 64, 65, 68, 69, 70, 71,
- 72, 73, 74, 75, 76, 78, 81, 86, 87, 88,
- 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
- 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
- 110, 111, 112, 113, 46, 47, 46, 5, 62, 66,
- 67, 69, 72, 9, 19, 69, 86, 90, 94, 94,
- 94, 94, 94, 62, 69, 113, 94, 94, 0, 47,
- 84, 46, 47, 48, 84, 23, 46, 47, 79, 113,
- 89, 44, 45, 41, 42, 43, 39, 40, 37, 38,
- 33, 34, 35, 36, 31, 32, 30, 29, 28, 27,
- 25, 26, 20, 24, 5, 9, 71, 113, 71, 47,
- 82, 83, 82, 48, 47, 84, 85, 84, 49, 52,
- 47, 71, 113, 113, 71, 113, 23, 51, 77, 79,
- 80, 94, 94, 94, 99, 99, 100, 100, 101, 101,
- 101, 101, 102, 102, 103, 104, 105, 106, 113, 107,
- 109, 109, 52, 48, 113, 47, 83, 85, 85, 80,
- 49, 49, 97, 52, 52, 48, 52, 113, 49, 55,
- 80, 52, 49, 94, 97, 80, 109, 49, 49
- };
- #define yyerrok (yyerrstatus = 0)
- #define yyclearin (yychar = YYEMPTY)
- #define YYEMPTY (-2)
- #define YYEOF 0
- #define YYACCEPT goto yyacceptlab
- #define YYABORT goto yyabortlab
- #define YYERROR goto yyerrorlab
- #define YYFAIL goto yyerrlab
- #if defined YYFAIL
-
- #endif
- #define YYRECOVERING() (!!yyerrstatus)
- #define YYBACKUP(Token, Value) \
- do \
- if (yychar == YYEMPTY) \
- { \
- yychar = (Token); \
- yylval = (Value); \
- YYPOPSTACK (yylen); \
- yystate = *yyssp; \
- goto yybackup; \
- } \
- else \
- { \
- yyerror (YY_("syntax error: cannot back up")); \
- YYERROR; \
- } \
- while (YYID (0))
- #define YYTERROR 1
- #define YYERRCODE 256
- #ifndef YY_LOCATION_PRINT
- # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
- #endif
- #ifdef YYLEX_PARAM
- # define YYLEX yylex (YYLEX_PARAM)
- #else
- # define YYLEX yylex ()
- #endif
- #if YYDEBUG
- # ifndef YYFPRINTF
- # include <stdio.h>
- # define YYFPRINTF fprintf
- # endif
- # define YYDPRINTF(Args) \
- do { \
- if (yydebug) \
- YYFPRINTF Args; \
- } while (YYID (0))
- # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
- do { \
- if (yydebug) \
- { \
- YYFPRINTF (stderr, "%s ", Title); \
- yy_symbol_print (stderr, \
- Type, Value); \
- YYFPRINTF (stderr, "\n"); \
- } \
- } while (YYID (0))
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
- #else
- static void
- yy_symbol_value_print (yyoutput, yytype, yyvaluep)
- FILE *yyoutput;
- int yytype;
- YYSTYPE const * const yyvaluep;
- #endif
- {
- FILE *yyo = yyoutput;
- YYUSE (yyo);
- if (!yyvaluep)
- return;
- # ifdef YYPRINT
- if (yytype < YYNTOKENS)
- YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
- # else
- YYUSE (yyoutput);
- # endif
- switch (yytype)
- {
- default:
- break;
- }
- }
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
- #else
- static void
- yy_symbol_print (yyoutput, yytype, yyvaluep)
- FILE *yyoutput;
- int yytype;
- YYSTYPE const * const yyvaluep;
- #endif
- {
- if (yytype < YYNTOKENS)
- YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
- else
- YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
- yy_symbol_value_print (yyoutput, yytype, yyvaluep);
- YYFPRINTF (yyoutput, ")");
- }
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
- #else
- static void
- yy_stack_print (yybottom, yytop)
- yytype_int16 *yybottom;
- yytype_int16 *yytop;
- #endif
- {
- YYFPRINTF (stderr, "Stack now");
- for (; yybottom <= yytop; yybottom++)
- {
- int yybot = *yybottom;
- YYFPRINTF (stderr, " %d", yybot);
- }
- YYFPRINTF (stderr, "\n");
- }
- # define YY_STACK_PRINT(Bottom, Top) \
- do { \
- if (yydebug) \
- yy_stack_print ((Bottom), (Top)); \
- } while (YYID (0))
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
- #else
- static void
- yy_reduce_print (yyvsp, yyrule)
- YYSTYPE *yyvsp;
- int yyrule;
- #endif
- {
- int yynrhs = yyr2[yyrule];
- int yyi;
- unsigned long int yylno = yyrline[yyrule];
- YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
- yyrule - 1, yylno);
-
- for (yyi = 0; yyi < yynrhs; yyi++)
- {
- YYFPRINTF (stderr, " $%d = ", yyi + 1);
- yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
- &(yyvsp[(yyi + 1) - (yynrhs)])
- );
- YYFPRINTF (stderr, "\n");
- }
- }
- # define YY_REDUCE_PRINT(Rule) \
- do { \
- if (yydebug) \
- yy_reduce_print (yyvsp, Rule); \
- } while (YYID (0))
- int yydebug;
- #else
- # define YYDPRINTF(Args)
- # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
- # define YY_STACK_PRINT(Bottom, Top)
- # define YY_REDUCE_PRINT(Rule)
- #endif
- #ifndef YYINITDEPTH
- # define YYINITDEPTH 200
- #endif
- #ifndef YYMAXDEPTH
- # define YYMAXDEPTH 10000
- #endif
- #if YYERROR_VERBOSE
- # ifndef yystrlen
- # if defined __GLIBC__ && defined _STRING_H
- # define yystrlen strlen
- # else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static YYSIZE_T
- yystrlen (const char *yystr)
- #else
- static YYSIZE_T
- yystrlen (yystr)
- const char *yystr;
- #endif
- {
- YYSIZE_T yylen;
- for (yylen = 0; yystr[yylen]; yylen++)
- continue;
- return yylen;
- }
- # endif
- # endif
- # ifndef yystpcpy
- # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
- # define yystpcpy stpcpy
- # else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static char *
- yystpcpy (char *yydest, const char *yysrc)
- #else
- static char *
- yystpcpy (yydest, yysrc)
- char *yydest;
- const char *yysrc;
- #endif
- {
- char *yyd = yydest;
- const char *yys = yysrc;
- while ((*yyd++ = *yys++) != '\0')
- continue;
- return yyd - 1;
- }
- # endif
- # endif
- # ifndef yytnamerr
- static YYSIZE_T
- yytnamerr (char *yyres, const char *yystr)
- {
- if (*yystr == '"')
- {
- YYSIZE_T yyn = 0;
- char const *yyp = yystr;
- for (;;)
- switch (*++yyp)
- {
- case '\'':
- case ',':
- goto do_not_strip_quotes;
- case '\\':
- if (*++yyp != '\\')
- goto do_not_strip_quotes;
-
- default:
- if (yyres)
- yyres[yyn] = *yyp;
- yyn++;
- break;
- case '"':
- if (yyres)
- yyres[yyn] = '\0';
- return yyn;
- }
- do_not_strip_quotes: ;
- }
- if (! yyres)
- return yystrlen (yystr);
- return yystpcpy (yyres, yystr) - yyres;
- }
- # endif
- static int
- yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
- yytype_int16 *yyssp, int yytoken)
- {
- YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
- YYSIZE_T yysize = yysize0;
- enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
-
- const char *yyformat = YY_NULL;
-
- char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
-
- int yycount = 0;
-
- if (yytoken != YYEMPTY)
- {
- int yyn = yypact[*yyssp];
- yyarg[yycount++] = yytname[yytoken];
- if (!yypact_value_is_default (yyn))
- {
-
- int yyxbegin = yyn < 0 ? -yyn : 0;
-
- int yychecklim = YYLAST - yyn + 1;
- int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
- int yyx;
- for (yyx = yyxbegin; yyx < yyxend; ++yyx)
- if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
- && !yytable_value_is_error (yytable[yyx + yyn]))
- {
- if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
- {
- yycount = 1;
- yysize = yysize0;
- break;
- }
- yyarg[yycount++] = yytname[yyx];
- {
- YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
- if (! (yysize <= yysize1
- && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
- return 2;
- yysize = yysize1;
- }
- }
- }
- }
- switch (yycount)
- {
- # define YYCASE_(N, S) \
- case N: \
- yyformat = S; \
- break
- YYCASE_(0, YY_("syntax error"));
- YYCASE_(1, YY_("syntax error, unexpected %s"));
- YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
- YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
- YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
- YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
- # undef YYCASE_
- }
- {
- YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
- if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
- return 2;
- yysize = yysize1;
- }
- if (*yymsg_alloc < yysize)
- {
- *yymsg_alloc = 2 * yysize;
- if (! (yysize <= *yymsg_alloc
- && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
- *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
- return 1;
- }
-
- {
- char *yyp = *yymsg;
- int yyi = 0;
- while ((*yyp = *yyformat) != '\0')
- if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
- {
- yyp += yytnamerr (yyp, yyarg[yyi++]);
- yyformat += 2;
- }
- else
- {
- yyp++;
- yyformat++;
- }
- }
- return 0;
- }
- #endif
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
- #else
- static void
- yydestruct (yymsg, yytype, yyvaluep)
- const char *yymsg;
- int yytype;
- YYSTYPE *yyvaluep;
- #endif
- {
- YYUSE (yyvaluep);
- if (!yymsg)
- yymsg = "Deleting";
- YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
- switch (yytype)
- {
- default:
- break;
- }
- }
- int yychar;
- #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- # define YY_IGNORE_MAYBE_UNINITIALIZED_END
- #endif
- #ifndef YY_INITIAL_VALUE
- # define YY_INITIAL_VALUE(Value)
- #endif
- YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);
- int yynerrs;
- #ifdef YYPARSE_PARAM
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- int
- yyparse (void *YYPARSE_PARAM)
- #else
- int
- yyparse (YYPARSE_PARAM)
- void *YYPARSE_PARAM;
- #endif
- #else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- int
- yyparse (void)
- #else
- int
- yyparse ()
- #endif
- #endif
- {
- int yystate;
-
- int yyerrstatus;
-
-
- yytype_int16 yyssa[YYINITDEPTH];
- yytype_int16 *yyss;
- yytype_int16 *yyssp;
-
- YYSTYPE yyvsa[YYINITDEPTH];
- YYSTYPE *yyvs;
- YYSTYPE *yyvsp;
- YYSIZE_T yystacksize;
- int yyn;
- int yyresult;
-
- int yytoken = 0;
-
- YYSTYPE yyval;
- #if YYERROR_VERBOSE
-
- char yymsgbuf[128];
- char *yymsg = yymsgbuf;
- YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
- #endif
- #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
-
- int yylen = 0;
- yyssp = yyss = yyssa;
- yyvsp = yyvs = yyvsa;
- yystacksize = YYINITDEPTH;
- YYDPRINTF ((stderr, "Starting parse\n"));
- yystate = 0;
- yyerrstatus = 0;
- yynerrs = 0;
- yychar = YYEMPTY;
- goto yysetstate;
- yynewstate:
-
- yyssp++;
- yysetstate:
- *yyssp = yystate;
- if (yyss + yystacksize - 1 <= yyssp)
- {
-
- YYSIZE_T yysize = yyssp - yyss + 1;
- #ifdef yyoverflow
- {
-
- YYSTYPE *yyvs1 = yyvs;
- yytype_int16 *yyss1 = yyss;
-
- yyoverflow (YY_("memory exhausted"),
- &yyss1, yysize * sizeof (*yyssp),
- &yyvs1, yysize * sizeof (*yyvsp),
- &yystacksize);
- yyss = yyss1;
- yyvs = yyvs1;
- }
- #else
- # ifndef YYSTACK_RELOCATE
- goto yyexhaustedlab;
- # else
-
- if (YYMAXDEPTH <= yystacksize)
- goto yyexhaustedlab;
- yystacksize *= 2;
- if (YYMAXDEPTH < yystacksize)
- yystacksize = YYMAXDEPTH;
- {
- yytype_int16 *yyss1 = yyss;
- union yyalloc *yyptr =
- (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
- if (! yyptr)
- goto yyexhaustedlab;
- YYSTACK_RELOCATE (yyss_alloc, yyss);
- YYSTACK_RELOCATE (yyvs_alloc, yyvs);
- # undef YYSTACK_RELOCATE
- if (yyss1 != yyssa)
- YYSTACK_FREE (yyss1);
- }
- # endif
- #endif
- yyssp = yyss + yysize - 1;
- yyvsp = yyvs + yysize - 1;
- YYDPRINTF ((stderr, "Stack size increased to %lu\n",
- (unsigned long int) yystacksize));
- if (yyss + yystacksize - 1 <= yyssp)
- YYABORT;
- }
- YYDPRINTF ((stderr, "Entering state %d\n", yystate));
- if (yystate == YYFINAL)
- YYACCEPT;
- goto yybackup;
- yybackup:
-
-
- yyn = yypact[yystate];
- if (yypact_value_is_default (yyn))
- goto yydefault;
-
-
- if (yychar == YYEMPTY)
- {
- YYDPRINTF ((stderr, "Reading a token: "));
- yychar = YYLEX;
- }
- if (yychar <= YYEOF)
- {
- yychar = yytoken = YYEOF;
- YYDPRINTF ((stderr, "Now at end of input.\n"));
- }
- else
- {
- yytoken = YYTRANSLATE (yychar);
- YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
- }
-
- yyn += yytoken;
- if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
- goto yydefault;
- yyn = yytable[yyn];
- if (yyn <= 0)
- {
- if (yytable_value_is_error (yyn))
- goto yyerrlab;
- yyn = -yyn;
- goto yyreduce;
- }
-
- if (yyerrstatus)
- yyerrstatus--;
-
- YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
-
- yychar = YYEMPTY;
- yystate = yyn;
- YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- *++yyvsp = yylval;
- YY_IGNORE_MAYBE_UNINITIALIZED_END
- goto yynewstate;
- yydefault:
- yyn = yydefact[yystate];
- if (yyn == 0)
- goto yyerrlab;
- goto yyreduce;
- yyreduce:
-
- yylen = yyr2[yyn];
-
- yyval = yyvsp[1-yylen];
- YY_REDUCE_PRINT (yyn);
- switch (yyn)
- {
- case 4:
- #line 222 "jv-exp.y"
- {
- write_exp_elt_opcode (pstate, OP_TYPE);
- write_exp_elt_type (pstate, (yyvsp[(1) - (1)].tval));
- write_exp_elt_opcode (pstate, OP_TYPE);
- }
- break;
- case 7:
- #line 236 "jv-exp.y"
- {
- write_exp_elt_opcode (pstate, OP_STRING);
- write_exp_string (pstate, (yyvsp[(1) - (1)].sval));
- write_exp_elt_opcode (pstate, OP_STRING);
- }
- break;
- case 8:
- #line 245 "jv-exp.y"
- { write_exp_elt_opcode (pstate, OP_LONG);
- write_exp_elt_type (pstate, (yyvsp[(1) - (1)].typed_val_int).type);
- write_exp_elt_longcst (pstate, (LONGEST)((yyvsp[(1) - (1)].typed_val_int).val));
- write_exp_elt_opcode (pstate, OP_LONG); }
- break;
- case 9:
- #line 250 "jv-exp.y"
- { YYSTYPE val;
- parse_number (pstate, (yyvsp[(1) - (1)].sval).ptr, (yyvsp[(1) - (1)].sval).length, 0, &val);
- write_exp_elt_opcode (pstate, OP_LONG);
- write_exp_elt_type (pstate, val.typed_val_int.type);
- write_exp_elt_longcst (pstate,
- (LONGEST) val.typed_val_int.val);
- write_exp_elt_opcode (pstate, OP_LONG);
- }
- break;
- case 10:
- #line 259 "jv-exp.y"
- { write_exp_elt_opcode (pstate, OP_DOUBLE);
- write_exp_elt_type (pstate, (yyvsp[(1) - (1)].typed_val_float).type);
- write_exp_elt_dblcst (pstate, (yyvsp[(1) - (1)].typed_val_float).dval);
- write_exp_elt_opcode (pstate, OP_DOUBLE); }
- break;
- case 11:
- #line 264 "jv-exp.y"
- { write_exp_elt_opcode (pstate, OP_LONG);
- write_exp_elt_type (pstate,
- parse_java_type (pstate)->builtin_boolean);
- write_exp_elt_longcst (pstate, (LONGEST)(yyvsp[(1) - (1)].lval));
- write_exp_elt_opcode (pstate, OP_LONG); }
- break;
- case 14:
- #line 282 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_boolean; }
- break;
- case 17:
- #line 292 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_byte; }
- break;
- case 18:
- #line 294 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_short; }
- break;
- case 19:
- #line 296 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_int; }
- break;
- case 20:
- #line 298 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_long; }
- break;
- case 21:
- #line 300 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_char; }
- break;
- case 22:
- #line 305 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_float; }
- break;
- case 23:
- #line 307 "jv-exp.y"
- { (yyval.tval) = parse_java_type (pstate)->builtin_double; }
- break;
- case 24:
- #line 319 "jv-exp.y"
- { (yyval.tval) = java_type_from_name ((yyvsp[(1) - (1)].sval)); }
- break;
- case 26:
- #line 328 "jv-exp.y"
- { (yyval.tval) = java_array_type ((yyvsp[(1) - (2)].tval), (yyvsp[(2) - (2)].lval)); }
- break;
- case 27:
- #line 330 "jv-exp.y"
- { (yyval.tval) = java_array_type (java_type_from_name ((yyvsp[(1) - (2)].sval)), (yyvsp[(2) - (2)].lval)); }
- break;
- case 34:
- #line 350 "jv-exp.y"
- { (yyval.sval).length = (yyvsp[(1) - (3)].sval).length + (yyvsp[(3) - (3)].sval).length + 1;
- if ((yyvsp[(1) - (3)].sval).ptr + (yyvsp[(1) - (3)].sval).length + 1 == (yyvsp[(3) - (3)].sval).ptr
- && (yyvsp[(1) - (3)].sval).ptr[(yyvsp[(1) - (3)].sval).length] == '.')
- (yyval.sval).ptr = (yyvsp[(1) - (3)].sval).ptr;
- else
- {
- char *buf;
- buf = xmalloc ((yyval.sval).length + 1);
- make_cleanup (xfree, buf);
- sprintf (buf, "%.*s.%.*s",
- (yyvsp[(1) - (3)].sval).length, (yyvsp[(1) - (3)].sval).ptr, (yyvsp[(3) - (3)].sval).length, (yyvsp[(3) - (3)].sval).ptr);
- (yyval.sval).ptr = buf;
- } }
- break;
- case 36:
- #line 377 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_COMMA); }
- break;
- case 45:
- #line 393 "jv-exp.y"
- { write_exp_elt_opcode (pstate, OP_ARRAY);
- write_exp_elt_longcst (pstate, (LONGEST) 0);
- write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(3) - (3)].lval));
- write_exp_elt_opcode (pstate, OP_ARRAY); }
- break;
- case 46:
- #line 401 "jv-exp.y"
- { start_arglist (); }
- break;
- case 47:
- #line 406 "jv-exp.y"
- { (yyval.lval) = end_arglist () - 1; }
- break;
- case 48:
- #line 411 "jv-exp.y"
- { internal_error (__FILE__, __LINE__,
- _("FIXME - ClassInstanceCreationExpression")); }
- break;
- case 49:
- #line 417 "jv-exp.y"
- { arglist_len = 1; }
- break;
- case 50:
- #line 419 "jv-exp.y"
- { arglist_len++; }
- break;
- case 51:
- #line 424 "jv-exp.y"
- { arglist_len = 0; }
- break;
- case 53:
- #line 430 "jv-exp.y"
- { internal_error (__FILE__, __LINE__,
- _("FIXME - ArrayCreationExpression")); }
- break;
- case 54:
- #line 433 "jv-exp.y"
- { internal_error (__FILE__, __LINE__,
- _("FIXME - ArrayCreationExpression")); }
- break;
- case 58:
- #line 448 "jv-exp.y"
- { (yyval.lval) = 1; }
- break;
- case 59:
- #line 450 "jv-exp.y"
- { (yyval.lval) = (yyvsp[(1) - (3)].lval) + 1; }
- break;
- case 61:
- #line 456 "jv-exp.y"
- { (yyval.lval) = 0; }
- break;
- case 62:
- #line 461 "jv-exp.y"
- { push_fieldnames (pstate, (yyvsp[(3) - (3)].sval)); }
- break;
- case 63:
- #line 463 "jv-exp.y"
- { push_fieldnames (pstate, (yyvsp[(3) - (3)].sval)); }
- break;
- case 64:
- #line 469 "jv-exp.y"
- { push_expression_name (pstate, (yyvsp[(1) - (2)].sval)); }
- break;
- case 65:
- #line 474 "jv-exp.y"
- { start_arglist(); }
- break;
- case 66:
- #line 476 "jv-exp.y"
- { write_exp_elt_opcode (pstate, OP_FUNCALL);
- write_exp_elt_longcst (pstate, (LONGEST) end_arglist ());
- write_exp_elt_opcode (pstate, OP_FUNCALL); }
- break;
- case 67:
- #line 480 "jv-exp.y"
- { error (_("Form of method invocation not implemented")); }
- break;
- case 68:
- #line 482 "jv-exp.y"
- { error (_("Form of method invocation not implemented")); }
- break;
- case 69:
- #line 487 "jv-exp.y"
- {
-
- struct expression *name_expr;
- push_expression_name (pstate, (yyvsp[(1) - (4)].sval));
- name_expr = copy_exp (pstate->expout, pstate->expout_ptr);
- pstate->expout_ptr -= name_expr->nelts;
- insert_exp (pstate,
- pstate->expout_ptr
- - length_of_subexp (pstate->expout,
- pstate->expout_ptr),
- name_expr);
- xfree (name_expr);
- write_exp_elt_opcode (pstate, BINOP_SUBSCRIPT);
- }
- break;
- case 70:
- #line 507 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_SUBSCRIPT); }
- break;
- case 71:
- #line 509 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_SUBSCRIPT); }
- break;
- case 73:
- #line 515 "jv-exp.y"
- { push_expression_name (pstate, (yyvsp[(1) - (1)].sval)); }
- break;
- case 77:
- #line 524 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_POSTINCREMENT); }
- break;
- case 78:
- #line 529 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_POSTDECREMENT); }
- break;
- case 82:
- #line 537 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_NEG); }
- break;
- case 83:
- #line 539 "jv-exp.y"
- { write_exp_elt_opcode (pstate,
- UNOP_IND); }
- break;
- case 85:
- #line 546 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_PREINCREMENT); }
- break;
- case 86:
- #line 551 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_PREDECREMENT); }
- break;
- case 88:
- #line 557 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_COMPLEMENT); }
- break;
- case 89:
- #line 559 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_LOGICAL_NOT); }
- break;
- case 91:
- #line 565 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_CAST);
- write_exp_elt_type (pstate, java_array_type ((yyvsp[(2) - (5)].tval), (yyvsp[(3) - (5)].lval)));
- write_exp_elt_opcode (pstate, UNOP_CAST); }
- break;
- case 92:
- #line 569 "jv-exp.y"
- {
- int last_exp_size = length_of_subexp (pstate->expout,
- pstate->expout_ptr);
- struct type *type;
- int i;
- int base = pstate->expout_ptr - last_exp_size - 3;
- if (base < 0
- || pstate->expout->elts[base+2].opcode != OP_TYPE)
- error (_("Invalid cast expression"));
- type = pstate->expout->elts[base+1].type;
-
- for (i = 0; i < last_exp_size; i++)
- pstate->expout->elts[base + i]
- = pstate->expout->elts[base + i + 3];
- pstate->expout_ptr -= 3;
- if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
- type = lookup_pointer_type (type);
- write_exp_elt_opcode (pstate, UNOP_CAST);
- write_exp_elt_type (pstate, type);
- write_exp_elt_opcode (pstate, UNOP_CAST);
- }
- break;
- case 93:
- #line 593 "jv-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_CAST);
- write_exp_elt_type (pstate,
- java_array_type (java_type_from_name
- ((yyvsp[(2) - (5)].sval)), (yyvsp[(3) - (5)].lval)));
- write_exp_elt_opcode (pstate, UNOP_CAST); }
- break;
- case 95:
- #line 604 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_MUL); }
- break;
- case 96:
- #line 606 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_DIV); }
- break;
- case 97:
- #line 608 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_REM); }
- break;
- case 99:
- #line 614 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_ADD); }
- break;
- case 100:
- #line 616 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_SUB); }
- break;
- case 102:
- #line 622 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LSH); }
- break;
- case 103:
- #line 624 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_RSH); }
- break;
- case 105:
- #line 631 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LESS); }
- break;
- case 106:
- #line 633 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_GTR); }
- break;
- case 107:
- #line 635 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LEQ); }
- break;
- case 108:
- #line 637 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_GEQ); }
- break;
- case 110:
- #line 644 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_EQUAL); }
- break;
- case 111:
- #line 646 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_NOTEQUAL); }
- break;
- case 113:
- #line 652 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_BITWISE_AND); }
- break;
- case 115:
- #line 658 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_BITWISE_XOR); }
- break;
- case 117:
- #line 663 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_BITWISE_IOR); }
- break;
- case 119:
- #line 669 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LOGICAL_AND); }
- break;
- case 121:
- #line 675 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LOGICAL_OR); }
- break;
- case 123:
- #line 681 "jv-exp.y"
- { write_exp_elt_opcode (pstate, TERNOP_COND); }
- break;
- case 126:
- #line 691 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_ASSIGN); }
- break;
- case 127:
- #line 693 "jv-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY);
- write_exp_elt_opcode (pstate, (yyvsp[(2) - (3)].opcode));
- write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY); }
- break;
- case 128:
- #line 700 "jv-exp.y"
- { push_expression_name (pstate, (yyvsp[(1) - (1)].sval)); }
- break;
- #line 2311 "jv-exp.c"
- default: break;
- }
-
- YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
- YYPOPSTACK (yylen);
- yylen = 0;
- YY_STACK_PRINT (yyss, yyssp);
- *++yyvsp = yyval;
-
- yyn = yyr1[yyn];
- yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
- if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
- yystate = yytable[yystate];
- else
- yystate = yydefgoto[yyn - YYNTOKENS];
- goto yynewstate;
- yyerrlab:
-
- yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
-
- if (!yyerrstatus)
- {
- ++yynerrs;
- #if ! YYERROR_VERBOSE
- yyerror (YY_("syntax error"));
- #else
- # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
- yyssp, yytoken)
- {
- char const *yymsgp = YY_("syntax error");
- int yysyntax_error_status;
- yysyntax_error_status = YYSYNTAX_ERROR;
- if (yysyntax_error_status == 0)
- yymsgp = yymsg;
- else if (yysyntax_error_status == 1)
- {
- if (yymsg != yymsgbuf)
- YYSTACK_FREE (yymsg);
- yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
- if (!yymsg)
- {
- yymsg = yymsgbuf;
- yymsg_alloc = sizeof yymsgbuf;
- yysyntax_error_status = 2;
- }
- else
- {
- yysyntax_error_status = YYSYNTAX_ERROR;
- yymsgp = yymsg;
- }
- }
- yyerror (yymsgp);
- if (yysyntax_error_status == 2)
- goto yyexhaustedlab;
- }
- # undef YYSYNTAX_ERROR
- #endif
- }
- if (yyerrstatus == 3)
- {
-
- if (yychar <= YYEOF)
- {
-
- if (yychar == YYEOF)
- YYABORT;
- }
- else
- {
- yydestruct ("Error: discarding",
- yytoken, &yylval);
- yychar = YYEMPTY;
- }
- }
-
- goto yyerrlab1;
- yyerrorlab:
-
- if ( 0)
- goto yyerrorlab;
-
- YYPOPSTACK (yylen);
- yylen = 0;
- YY_STACK_PRINT (yyss, yyssp);
- yystate = *yyssp;
- goto yyerrlab1;
- yyerrlab1:
- yyerrstatus = 3;
- for (;;)
- {
- yyn = yypact[yystate];
- if (!yypact_value_is_default (yyn))
- {
- yyn += YYTERROR;
- if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
- {
- yyn = yytable[yyn];
- if (0 < yyn)
- break;
- }
- }
-
- if (yyssp == yyss)
- YYABORT;
- yydestruct ("Error: popping",
- yystos[yystate], yyvsp);
- YYPOPSTACK (1);
- yystate = *yyssp;
- YY_STACK_PRINT (yyss, yyssp);
- }
- YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- *++yyvsp = yylval;
- YY_IGNORE_MAYBE_UNINITIALIZED_END
-
- YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
- yystate = yyn;
- goto yynewstate;
- yyacceptlab:
- yyresult = 0;
- goto yyreturn;
- yyabortlab:
- yyresult = 1;
- goto yyreturn;
- #if !defined yyoverflow || YYERROR_VERBOSE
- yyexhaustedlab:
- yyerror (YY_("memory exhausted"));
- yyresult = 2;
-
- #endif
- yyreturn:
- if (yychar != YYEMPTY)
- {
-
- yytoken = YYTRANSLATE (yychar);
- yydestruct ("Cleanup: discarding lookahead",
- yytoken, &yylval);
- }
-
- YYPOPSTACK (yylen);
- YY_STACK_PRINT (yyss, yyssp);
- while (yyssp != yyss)
- {
- yydestruct ("Cleanup: popping",
- yystos[*yyssp], yyvsp);
- YYPOPSTACK (1);
- }
- #ifndef yyoverflow
- if (yyss != yyssa)
- YYSTACK_FREE (yyss);
- #endif
- #if YYERROR_VERBOSE
- if (yymsg != yymsgbuf)
- YYSTACK_FREE (yymsg);
- #endif
-
- return YYID (yyresult);
- }
- #line 712 "jv-exp.y"
- static int
- parse_number (struct parser_state *par_state,
- const char *p, int len, int parsed_float, YYSTYPE *putithere)
- {
- ULONGEST n = 0;
- ULONGEST limit, limit_div_base;
- int c;
- int base = input_radix;
- struct type *type;
- if (parsed_float)
- {
- const char *suffix;
- int suffix_len;
- if (! parse_float (p, len, &putithere->typed_val_float.dval, &suffix))
- return ERROR;
- suffix_len = p + len - suffix;
- if (suffix_len == 0)
- putithere->typed_val_float.type
- = parse_type (par_state)->builtin_double;
- else if (suffix_len == 1)
- {
-
- if (tolower (*suffix) == 'f')
- putithere->typed_val_float.type =
- parse_type (par_state)->builtin_float;
- else if (tolower (*suffix) == 'd')
- putithere->typed_val_float.type =
- parse_type (par_state)->builtin_double;
- else
- return ERROR;
- }
- else
- return ERROR;
- return FLOATING_POINT_LITERAL;
- }
-
- if (p[0] == '0')
- switch (p[1])
- {
- case 'x':
- case 'X':
- if (len >= 3)
- {
- p += 2;
- base = 16;
- len -= 2;
- }
- break;
- case 't':
- case 'T':
- case 'd':
- case 'D':
- if (len >= 3)
- {
- p += 2;
- base = 10;
- len -= 2;
- }
- break;
- default:
- base = 8;
- break;
- }
- c = p[len-1];
-
- limit = (ULONGEST)0xffffffff;
- limit = ((limit << 16) << 16) | limit;
- if (c == 'l' || c == 'L')
- {
- type = parse_java_type (par_state)->builtin_long;
- len--;
- }
- else
- {
- type = parse_java_type (par_state)->builtin_int;
- }
- limit_div_base = limit / (ULONGEST) base;
- while (--len >= 0)
- {
- c = *p++;
- if (c >= '0' && c <= '9')
- c -= '0';
- else if (c >= 'A' && c <= 'Z')
- c -= 'A' - 10;
- else if (c >= 'a' && c <= 'z')
- c -= 'a' - 10;
- else
- return ERROR;
- if (c >= base)
- return ERROR;
- if (n > limit_div_base
- || (n *= base) > limit - c)
- error (_("Numeric constant too large"));
- n += c;
- }
-
- if (type == parse_java_type (par_state)->builtin_int
- && n > (ULONGEST)0x80000000)
- type = parse_type (par_state)->builtin_uint64;
- putithere->typed_val_int.val = n;
- putithere->typed_val_int.type = type;
- return INTEGER_LITERAL;
- }
- struct token
- {
- char *operator;
- int token;
- enum exp_opcode opcode;
- };
- static const struct token tokentab3[] =
- {
- {">>=", ASSIGN_MODIFY, BINOP_RSH},
- {"<<=", ASSIGN_MODIFY, BINOP_LSH}
- };
- static const struct token tokentab2[] =
- {
- {"+=", ASSIGN_MODIFY, BINOP_ADD},
- {"-=", ASSIGN_MODIFY, BINOP_SUB},
- {"*=", ASSIGN_MODIFY, BINOP_MUL},
- {"/=", ASSIGN_MODIFY, BINOP_DIV},
- {"%=", ASSIGN_MODIFY, BINOP_REM},
- {"|=", ASSIGN_MODIFY, BINOP_BITWISE_IOR},
- {"&=", ASSIGN_MODIFY, BINOP_BITWISE_AND},
- {"^=", ASSIGN_MODIFY, BINOP_BITWISE_XOR},
- {"++", INCREMENT, BINOP_END},
- {"--", DECREMENT, BINOP_END},
- {"&&", ANDAND, BINOP_END},
- {"||", OROR, BINOP_END},
- {"<<", LSH, BINOP_END},
- {">>", RSH, BINOP_END},
- {"==", EQUAL, BINOP_END},
- {"!=", NOTEQUAL, BINOP_END},
- {"<=", LEQ, BINOP_END},
- {">=", GEQ, BINOP_END}
- };
- static int
- yylex (void)
- {
- int c;
- int namelen;
- unsigned int i;
- const char *tokstart;
- const char *tokptr;
- int tempbufindex;
- static char *tempbuf;
- static int tempbufsize;
- retry:
- prev_lexptr = lexptr;
- tokstart = lexptr;
-
- for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
- if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
- {
- lexptr += 3;
- yylval.opcode = tokentab3[i].opcode;
- return tokentab3[i].token;
- }
-
- for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
- if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
- {
- lexptr += 2;
- yylval.opcode = tokentab2[i].opcode;
- return tokentab2[i].token;
- }
- switch (c = *tokstart)
- {
- case 0:
- return 0;
- case ' ':
- case '\t':
- case '\n':
- lexptr++;
- goto retry;
- case '\'':
-
- lexptr++;
- c = *lexptr++;
- if (c == '\\')
- c = parse_escape (parse_gdbarch (pstate), &lexptr);
- else if (c == '\'')
- error (_("Empty character constant"));
- yylval.typed_val_int.val = c;
- yylval.typed_val_int.type = parse_java_type (pstate)->builtin_char;
- c = *lexptr++;
- if (c != '\'')
- {
- namelen = skip_quoted (tokstart) - tokstart;
- if (namelen > 2)
- {
- lexptr = tokstart + namelen;
- if (lexptr[-1] != '\'')
- error (_("Unmatched single quote"));
- namelen -= 2;
- tokstart++;
- goto tryname;
- }
- error (_("Invalid character constant"));
- }
- return INTEGER_LITERAL;
- case '(':
- paren_depth++;
- lexptr++;
- return c;
- case ')':
- if (paren_depth == 0)
- return 0;
- paren_depth--;
- lexptr++;
- return c;
- case ',':
- if (comma_terminates && paren_depth == 0)
- return 0;
- lexptr++;
- return c;
- case '.':
-
- if (lexptr[1] < '0' || lexptr[1] > '9')
- goto symbol;
-
- case '0':
- case '1':
- case '2':
- case '3':
- case '4':
- case '5':
- case '6':
- case '7':
- case '8':
- case '9':
- {
-
- int got_dot = 0, got_e = 0, toktype;
- const char *p = tokstart;
- int hex = input_radix > 10;
- if (c == '0' && (p[1] == 'x' || p[1] == 'X'))
- {
- p += 2;
- hex = 1;
- }
- else if (c == '0' && (p[1]=='t' || p[1]=='T' || p[1]=='d' || p[1]=='D'))
- {
- p += 2;
- hex = 0;
- }
- for (;; ++p)
- {
-
- if (!hex && !got_e && (*p == 'e' || *p == 'E'))
- got_dot = got_e = 1;
-
- else if (!got_dot && *p == '.')
- got_dot = 1;
- else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
- && (*p == '-' || *p == '+'))
-
- continue;
-
- else if ((*p < '0' || *p > '9')
- && ((*p < 'a' || *p > 'z')
- && (*p < 'A' || *p > 'Z')))
- break;
- }
- toktype = parse_number (pstate, tokstart, p - tokstart,
- got_dot|got_e, &yylval);
- if (toktype == ERROR)
- {
- char *err_copy = (char *) alloca (p - tokstart + 1);
- memcpy (err_copy, tokstart, p - tokstart);
- err_copy[p - tokstart] = 0;
- error (_("Invalid number \"%s\""), err_copy);
- }
- lexptr = p;
- return toktype;
- }
- case '+':
- case '-':
- case '*':
- case '/':
- case '%':
- case '|':
- case '&':
- case '^':
- case '~':
- case '!':
- case '<':
- case '>':
- case '[':
- case ']':
- case '?':
- case ':':
- case '=':
- case '{':
- case '}':
- symbol:
- lexptr++;
- return c;
- case '"':
-
- tokptr = ++tokstart;
- tempbufindex = 0;
- do {
-
- if (tempbufindex + 1 >= tempbufsize)
- {
- tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64);
- }
- switch (*tokptr)
- {
- case '\0':
- case '"':
-
- break;
- case '\\':
- tokptr++;
- c = parse_escape (parse_gdbarch (pstate), &tokptr);
- if (c == -1)
- {
- continue;
- }
- tempbuf[tempbufindex++] = c;
- break;
- default:
- tempbuf[tempbufindex++] = *tokptr++;
- break;
- }
- } while ((*tokptr != '"') && (*tokptr != '\0'));
- if (*tokptr++ != '"')
- {
- error (_("Unterminated string in expression"));
- }
- tempbuf[tempbufindex] = '\0';
- yylval.sval.ptr = tempbuf;
- yylval.sval.length = tempbufindex;
- lexptr = tokptr;
- return (STRING_LITERAL);
- }
- if (!(c == '_' || c == '$'
- || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
-
- error (_("Invalid character '%c' in expression"), c);
-
- namelen = 0;
- for (c = tokstart[namelen];
- (c == '_'
- || c == '$'
- || (c >= '0' && c <= '9')
- || (c >= 'a' && c <= 'z')
- || (c >= 'A' && c <= 'Z')
- || c == '<');
- )
- {
- if (c == '<')
- {
- int i = namelen;
- while (tokstart[++i] && tokstart[i] != '>');
- if (tokstart[i] == '>')
- namelen = i;
- }
- c = tokstart[++namelen];
- }
-
- if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
- {
- return 0;
- }
- lexptr += namelen;
- tryname:
-
- switch (namelen)
- {
- case 7:
- if (strncmp (tokstart, "boolean", 7) == 0)
- return BOOLEAN;
- break;
- case 6:
- if (strncmp (tokstart, "double", 6) == 0)
- return DOUBLE;
- break;
- case 5:
- if (strncmp (tokstart, "short", 5) == 0)
- return SHORT;
- if (strncmp (tokstart, "false", 5) == 0)
- {
- yylval.lval = 0;
- return BOOLEAN_LITERAL;
- }
- if (strncmp (tokstart, "super", 5) == 0)
- return SUPER;
- if (strncmp (tokstart, "float", 5) == 0)
- return FLOAT;
- break;
- case 4:
- if (strncmp (tokstart, "long", 4) == 0)
- return LONG;
- if (strncmp (tokstart, "byte", 4) == 0)
- return BYTE;
- if (strncmp (tokstart, "char", 4) == 0)
- return CHAR;
- if (strncmp (tokstart, "true", 4) == 0)
- {
- yylval.lval = 1;
- return BOOLEAN_LITERAL;
- }
- break;
- case 3:
- if (strncmp (tokstart, "int", 3) == 0)
- return INT;
- if (strncmp (tokstart, "new", 3) == 0)
- return NEW;
- break;
- default:
- break;
- }
- yylval.sval.ptr = tokstart;
- yylval.sval.length = namelen;
- if (*tokstart == '$')
- {
- write_dollar_variable (pstate, yylval.sval);
- return VARIABLE;
- }
-
- if (((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) ||
- (tokstart[0] >= 'A' && tokstart[0] < 'A' + input_radix - 10)))
- {
- YYSTYPE newlval;
- int hextype = parse_number (pstate, tokstart, namelen, 0, &newlval);
- if (hextype == INTEGER_LITERAL)
- return NAME_OR_INT;
- }
- return IDENTIFIER;
- }
- int
- java_parse (struct parser_state *par_state)
- {
- int result;
- struct cleanup *c = make_cleanup_clear_parser_state (&pstate);
-
- gdb_assert (par_state != NULL);
- pstate = par_state;
- result = yyparse ();
- do_cleanups (c);
- return result;
- }
- void
- yyerror (char *msg)
- {
- if (prev_lexptr)
- lexptr = prev_lexptr;
- if (msg)
- error (_("%s: near `%s'"), msg, lexptr);
- else
- error (_("error in expression, near `%s'"), lexptr);
- }
- static struct type *
- java_type_from_name (struct stoken name)
- {
- char *tmp = copy_name (name);
- struct type *typ = java_lookup_class (tmp);
- if (typ == NULL || TYPE_CODE (typ) != TYPE_CODE_STRUCT)
- error (_("No class named `%s'"), tmp);
- return typ;
- }
- static int
- push_variable (struct parser_state *par_state, struct stoken name)
- {
- char *tmp = copy_name (name);
- struct field_of_this_result is_a_field_of_this;
- struct symbol *sym;
- sym = lookup_symbol (tmp, expression_context_block, VAR_DOMAIN,
- &is_a_field_of_this);
- if (sym && SYMBOL_CLASS (sym) != LOC_TYPEDEF)
- {
- if (symbol_read_needs_frame (sym))
- {
- if (innermost_block == 0 ||
- contained_in (block_found, innermost_block))
- innermost_block = block_found;
- }
- write_exp_elt_opcode (par_state, OP_VAR_VALUE);
-
- write_exp_elt_block (par_state, NULL);
- write_exp_elt_sym (par_state, sym);
- write_exp_elt_opcode (par_state, OP_VAR_VALUE);
- return 1;
- }
- if (is_a_field_of_this.type != NULL)
- {
-
- if (innermost_block == 0 ||
- contained_in (block_found, innermost_block))
- innermost_block = block_found;
- write_exp_elt_opcode (par_state, OP_THIS);
- write_exp_elt_opcode (par_state, OP_THIS);
- write_exp_elt_opcode (par_state, STRUCTOP_PTR);
- write_exp_string (par_state, name);
- write_exp_elt_opcode (par_state, STRUCTOP_PTR);
- return 1;
- }
- return 0;
- }
- static void
- push_fieldnames (struct parser_state *par_state, struct stoken name)
- {
- int i;
- struct stoken token;
- token.ptr = name.ptr;
- for (i = 0; ; i++)
- {
- if (i == name.length || name.ptr[i] == '.')
- {
-
- token.length = &name.ptr[i] - token.ptr;
- write_exp_elt_opcode (par_state, STRUCTOP_PTR);
- write_exp_string (par_state, token);
- write_exp_elt_opcode (par_state, STRUCTOP_PTR);
- token.ptr += token.length + 1;
- }
- if (i >= name.length)
- break;
- }
- }
- static void
- push_qualified_expression_name (struct parser_state *par_state,
- struct stoken name, int dot_index)
- {
- struct stoken token;
- char *tmp;
- struct type *typ;
- token.ptr = name.ptr;
- token.length = dot_index;
- if (push_variable (par_state, token))
- {
- token.ptr = name.ptr + dot_index + 1;
- token.length = name.length - dot_index - 1;
- push_fieldnames (par_state, token);
- return;
- }
- token.ptr = name.ptr;
- for (;;)
- {
- token.length = dot_index;
- tmp = copy_name (token);
- typ = java_lookup_class (tmp);
- if (typ != NULL)
- {
- if (dot_index == name.length)
- {
- write_exp_elt_opcode (par_state, OP_TYPE);
- write_exp_elt_type (par_state, typ);
- write_exp_elt_opcode (par_state, OP_TYPE);
- return;
- }
- dot_index++;
- name.ptr += dot_index;
- name.length -= dot_index;
- dot_index = 0;
- while (dot_index < name.length && name.ptr[dot_index] != '.')
- dot_index++;
- token.ptr = name.ptr;
- token.length = dot_index;
- write_exp_elt_opcode (par_state, OP_SCOPE);
- write_exp_elt_type (par_state, typ);
- write_exp_string (par_state, token);
- write_exp_elt_opcode (par_state, OP_SCOPE);
- if (dot_index < name.length)
- {
- dot_index++;
- name.ptr += dot_index;
- name.length -= dot_index;
- push_fieldnames (par_state, name);
- }
- return;
- }
- else if (dot_index >= name.length)
- break;
- dot_index++;
- while (dot_index < name.length && name.ptr[dot_index] != '.')
- dot_index++;
- }
- error (_("unknown type `%.*s'"), name.length, name.ptr);
- }
- static void
- push_expression_name (struct parser_state *par_state, struct stoken name)
- {
- char *tmp;
- struct type *typ;
- int i;
- for (i = 0; i < name.length; i++)
- {
- if (name.ptr[i] == '.')
- {
-
- push_qualified_expression_name (par_state, name, i);
- return;
- }
- }
-
- if (push_variable (par_state, name))
- return;
- tmp = copy_name (name);
- typ = java_lookup_class (tmp);
- if (typ != NULL)
- {
- write_exp_elt_opcode (par_state, OP_TYPE);
- write_exp_elt_type (par_state, typ);
- write_exp_elt_opcode (par_state, OP_TYPE);
- }
- else
- {
- struct bound_minimal_symbol msymbol;
- msymbol = lookup_bound_minimal_symbol (tmp);
- if (msymbol.minsym != NULL)
- write_exp_msymbol (par_state, msymbol);
- else if (!have_full_symbols () && !have_partial_symbols ())
- error (_("No symbol table is loaded. Use the \"file\" command"));
- else
- error (_("No symbol \"%s\" in current context."), tmp);
- }
- }
- static struct expression *
- copy_exp (struct expression *expr, int endpos)
- {
- int len = length_of_subexp (expr, endpos);
- struct expression *new
- = (struct expression *) xmalloc (sizeof (*new) + EXP_ELEM_TO_BYTES (len));
- new->nelts = len;
- memcpy (new->elts, expr->elts + endpos - len, EXP_ELEM_TO_BYTES (len));
- new->language_defn = 0;
- return new;
- }
- static void
- insert_exp (struct parser_state *par_state, int pos, struct expression *new)
- {
- int newlen = new->nelts;
- int i;
-
- increase_expout_size (par_state, newlen);
- for (i = par_state->expout_ptr - 1; i >= pos; i--)
- par_state->expout->elts[i + newlen] = par_state->expout->elts[i];
- memcpy (par_state->expout->elts + pos, new->elts,
- EXP_ELEM_TO_BYTES (newlen));
- par_state->expout_ptr += newlen;
- }