polygon intersector: added horizontal line reconstruction
[swftools.git] / lib / action / swf4compiler.tab.h
1
2 /* A Bison parser, made by GNU Bison 2.4.  */
3
4 /* Skeleton interface for Bison's Yacc-like parsers in C
5    
6       Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
7    Free Software Foundation, Inc.
8    
9    This program is free software: you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation, either version 3 of the License, or
12    (at your option) any later version.
13    
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18    
19    You should have received a copy of the GNU General Public License
20    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
21
22 /* As a special exception, you may create a larger work that contains
23    part or all of the Bison parser skeleton and distribute that work
24    under terms of your choice, so long as that work isn't itself a
25    parser generator using the skeleton or a modified version thereof
26    as a parser skeleton.  Alternatively, if you modify or redistribute
27    the parser skeleton itself, you may (at your option) remove this
28    special exception, which will cause the skeleton and the resulting
29    Bison output files to be licensed under the GNU General Public
30    License without this special exception.
31    
32    This special exception was added by the Free Software Foundation in
33    version 2.2 of Bison.  */
34
35
36 /* Tokens.  */
37 #ifndef YYTOKENTYPE
38 # define YYTOKENTYPE
39    /* Put the tokens into the symbol table, so that GDB and other debuggers
40       know about them.  */
41    enum yytokentype {
42      BREAK = 258,
43      FOR = 259,
44      CONTINUE = 260,
45      IF = 261,
46      ELSE = 262,
47      DO = 263,
48      WHILE = 264,
49      THIS = 265,
50      EVAL = 266,
51      TIME = 267,
52      RANDOM = 268,
53      LENGTH = 269,
54      INT = 270,
55      CONCAT = 271,
56      DUPLICATECLIP = 272,
57      REMOVECLIP = 273,
58      TRACE = 274,
59      STARTDRAG = 275,
60      STOPDRAG = 276,
61      ORD = 277,
62      CHR = 278,
63      CALLFRAME = 279,
64      GETURL = 280,
65      GETURL1 = 281,
66      LOADMOVIE = 282,
67      LOADVARIABLES = 283,
68      POSTURL = 284,
69      SUBSTR = 285,
70      GETPROPERTY = 286,
71      NEXTFRAME = 287,
72      PREVFRAME = 288,
73      PLAY = 289,
74      STOP = 290,
75      TOGGLEQUALITY = 291,
76      STOPSOUNDS = 292,
77      GOTOFRAME = 293,
78      GOTOANDPLAY = 294,
79      FRAMELOADED = 295,
80      SETTARGET = 296,
81      TELLTARGET = 297,
82      STRING = 298,
83      NUMBER = 299,
84      IDENTIFIER = 300,
85      PATH = 301,
86      GETURL_METHOD = 302,
87      EQ = 303,
88      LE = 304,
89      GE = 305,
90      NE = 306,
91      LAN = 307,
92      LOR = 308,
93      INC = 309,
94      DEC = 310,
95      IEQ = 311,
96      DEQ = 312,
97      MEQ = 313,
98      SEQ = 314,
99      STREQ = 315,
100      STRNE = 316,
101      STRCMP = 317,
102      PARENT = 318,
103      END = 319,
104      UMINUS = 320,
105      POSTFIX = 321,
106      NEGATE = 322
107    };
108 #endif
109
110
111
112 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
113 typedef union YYSTYPE
114 {
115
116 /* Line 1676 of yacc.c  */
117 #line 17 "swf4compiler.y"
118
119   Buffer action;
120   char *str;
121   SWFActionFunction function;
122   SWFGetUrl2Method getURLMethod;
123
124
125
126 /* Line 1676 of yacc.c  */
127 #line 128 "swf4compiler.tab.h"
128 } YYSTYPE;
129 # define YYSTYPE_IS_TRIVIAL 1
130 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
131 # define YYSTYPE_IS_DECLARED 1
132 #endif
133
134 extern YYSTYPE swf4lval;
135
136