X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fparser.tab.h;h=f28ee54b43a3e5d302dec1b6a7561faf658b70c0;hb=639ac6b9f7a89f10d02c5d9ef41bca3bad4eaf2b;hp=e14518751ed88ab2fbd9c223358894610be2d380;hpb=c1b77b2459e0b8687428e6f4932797b869caace1;p=swftools.git diff --git a/lib/as3/parser.tab.h b/lib/as3/parser.tab.h index e145187..f28ee54 100644 --- a/lib/as3/parser.tab.h +++ b/lib/as3/parser.tab.h @@ -46,26 +46,26 @@ T_EMPTY = 262, T_INT = 263, T_UINT = 264, - T_BYTE = 265, - T_SHORT = 266, - T_FLOAT = 267, - T_FOR = 268, - T_WHILE = 269, - T_DO = 270, - T_SWITCH = 271, - KW_IMPLEMENTS = 272, - KW_NAMESPACE = 273, - KW_PACKAGE = 274, - KW_PROTECTED = 275, - KW_PUBLIC = 276, - KW_PRIVATE = 277, - KW_USE = 278, - KW_INTERNAL = 279, - KW_NEW = 280, - KW_NATIVE = 281, - KW_FUNCTION = 282, - KW_FINALLY = 283, - KW_UNDEFINED = 284, + T_FLOAT = 265, + T_FOR = 266, + T_WHILE = 267, + T_DO = 268, + T_SWITCH = 269, + KW_IMPLEMENTS = 270, + KW_NAMESPACE = 271, + KW_PACKAGE = 272, + KW_PROTECTED = 273, + KW_ARGUMENTS = 274, + KW_PUBLIC = 275, + KW_PRIVATE = 276, + KW_USE = 277, + KW_INTERNAL = 278, + KW_NEW = 279, + KW_NATIVE = 280, + KW_FUNCTION = 281, + KW_FINALLY = 282, + KW_UNDEFINED = 283, + KW_NAN = 284, KW_CONTINUE = 285, KW_CLASS = 286, KW_CONST = 287, @@ -117,33 +117,35 @@ T_DIVBY = 333, T_MODBY = 334, T_MULBY = 335, - T_PLUSBY = 336, - T_MINUSBY = 337, - T_XORBY = 338, - T_SHRBY = 339, - T_SHLBY = 340, - T_USHRBY = 341, - T_OROR = 342, - T_ANDAND = 343, - T_COLONCOLON = 344, - T_MINUSMINUS = 345, - T_PLUSPLUS = 346, - T_DOTDOT = 347, - T_DOTDOTDOT = 348, - T_SHL = 349, - T_USHR = 350, - T_SHR = 351, - prec_none = 352, - below_semicolon = 353, - below_assignment = 354, - below_minus = 356, - minusminus_prefix = 357, - plusplus_prefix = 358, - below_curly = 359, - new2 = 360, - above_identifier = 361, - below_else = 362, - above_function = 363 + T_ANDBY = 336, + T_PLUSBY = 337, + T_MINUSBY = 338, + T_XORBY = 339, + T_SHRBY = 340, + T_SHLBY = 341, + T_USHRBY = 342, + T_OROR = 343, + T_ANDAND = 344, + T_COLONCOLON = 345, + T_MINUSMINUS = 346, + T_PLUSPLUS = 347, + T_DOTDOT = 348, + T_DOTDOTDOT = 349, + T_SHL = 350, + T_USHR = 351, + T_SHR = 352, + prec_none = 353, + below_semicolon = 354, + below_assignment = 355, + below_lt = 356, + below_minus = 357, + minusminus_prefix = 358, + plusplus_prefix = 359, + below_curly = 360, + new2 = 361, + above_identifier = 362, + below_else = 363, + above_function = 364 }; #endif @@ -152,18 +154,19 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union /* Line 1685 of skeleton.m4 */ -#line 44 "parser.y" +#line 47 "parser.y" tokenunion { /* Line 1685 of skeleton.m4 */ -#line 44 "parser.y" +#line 47 "parser.y" enum yytokentype token; - int flags; classinfo_t*classinfo; classinfo_list_t*classinfo_list; + slotinfo_t*slotinfo; + slotinfo_list_t*slotinfo_list; int number_int; unsigned int number_uint; @@ -180,6 +183,9 @@ tokenunion for_start_t for_start; abc_exception_t *exception; regexp_t regexp; + modifiers_t flags; + namespace_decl_t* namespace_decl; + node_t*node; struct { abc_exception_list_t *l; code_t*finally; @@ -188,7 +194,7 @@ tokenunion /* Line 1685 of skeleton.m4 */ -#line 192 "parser.tab.h" +#line 198 "parser.tab.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */