001    /* Generated By:JavaCC: Do not edit this line. ParserConstants.java */
002    package org.w3c.flute.parser;
003    
004    
005    /**
006     * Token literal values and constants.
007     * Generated by org.javacc.parser.OtherFilesGen#start()
008     */
009    public interface ParserConstants {
010    
011      /** End of File. */
012      int EOF = 0;
013      /** RegularExpression Id. */
014      int S = 1;
015      /** RegularExpression Id. */
016      int CDO = 5;
017      /** RegularExpression Id. */
018      int CDC = 6;
019      /** RegularExpression Id. */
020      int LBRACE = 7;
021      /** RegularExpression Id. */
022      int RBRACE = 8;
023      /** RegularExpression Id. */
024      int DASHMATCH = 9;
025      /** RegularExpression Id. */
026      int INCLUDES = 10;
027      /** RegularExpression Id. */
028      int EQ = 11;
029      /** RegularExpression Id. */
030      int PLUS = 12;
031      /** RegularExpression Id. */
032      int MINUS = 13;
033      /** RegularExpression Id. */
034      int COMMA = 14;
035      /** RegularExpression Id. */
036      int SEMICOLON = 15;
037      /** RegularExpression Id. */
038      int PRECEDES = 16;
039      /** RegularExpression Id. */
040      int DIV = 17;
041      /** RegularExpression Id. */
042      int LBRACKET = 18;
043      /** RegularExpression Id. */
044      int RBRACKET = 19;
045      /** RegularExpression Id. */
046      int ANY = 20;
047      /** RegularExpression Id. */
048      int DOT = 21;
049      /** RegularExpression Id. */
050      int LPARAN = 22;
051      /** RegularExpression Id. */
052      int RPARAN = 23;
053      /** RegularExpression Id. */
054      int COLON = 24;
055      /** RegularExpression Id. */
056      int NONASCII = 25;
057      /** RegularExpression Id. */
058      int H = 26;
059      /** RegularExpression Id. */
060      int UNICODE = 27;
061      /** RegularExpression Id. */
062      int ESCAPE = 28;
063      /** RegularExpression Id. */
064      int NMSTART = 29;
065      /** RegularExpression Id. */
066      int NMCHAR = 30;
067      /** RegularExpression Id. */
068      int STRINGCHAR = 31;
069      /** RegularExpression Id. */
070      int D = 32;
071      /** RegularExpression Id. */
072      int NAME = 33;
073      /** RegularExpression Id. */
074      int NNAME = 34;
075      /** RegularExpression Id. */
076      int STRING = 35;
077      /** RegularExpression Id. */
078      int IDENT = 36;
079      /** RegularExpression Id. */
080      int NUMBER = 37;
081      /** RegularExpression Id. */
082      int _URL = 38;
083      /** RegularExpression Id. */
084      int URL = 39;
085      /** RegularExpression Id. */
086      int NAMESPACE_IDENT = 40;
087      /** RegularExpression Id. */
088      int PERCENTAGE = 41;
089      /** RegularExpression Id. */
090      int PT = 42;
091      /** RegularExpression Id. */
092      int MM = 43;
093      /** RegularExpression Id. */
094      int CM = 44;
095      /** RegularExpression Id. */
096      int PC = 45;
097      /** RegularExpression Id. */
098      int IN = 46;
099      /** RegularExpression Id. */
100      int PX = 47;
101      /** RegularExpression Id. */
102      int EMS = 48;
103      /** RegularExpression Id. */
104      int EXS = 49;
105      /** RegularExpression Id. */
106      int DEG = 50;
107      /** RegularExpression Id. */
108      int RAD = 51;
109      /** RegularExpression Id. */
110      int GRAD = 52;
111      /** RegularExpression Id. */
112      int MS = 53;
113      /** RegularExpression Id. */
114      int SECOND = 54;
115      /** RegularExpression Id. */
116      int HZ = 55;
117      /** RegularExpression Id. */
118      int KHZ = 56;
119      /** RegularExpression Id. */
120      int DIMEN = 57;
121      /** RegularExpression Id. */
122      int HASH = 58;
123      /** RegularExpression Id. */
124      int IMPORT_SYM = 59;
125      /** RegularExpression Id. */
126      int MEDIA_SYM = 60;
127      /** RegularExpression Id. */
128      int CHARSET_SYM = 61;
129      /** RegularExpression Id. */
130      int PAGE_SYM = 62;
131      /** RegularExpression Id. */
132      int NAMESPACE_SYM = 63;
133      /** RegularExpression Id. */
134      int FONT_FACE_SYM = 64;
135      /** RegularExpression Id. */
136      int ATKEYWORD = 65;
137      /** RegularExpression Id. */
138      int IMPORTANT_SYM = 66;
139      /** RegularExpression Id. */
140      int RANGE0 = 67;
141      /** RegularExpression Id. */
142      int RANGE1 = 68;
143      /** RegularExpression Id. */
144      int RANGE2 = 69;
145      /** RegularExpression Id. */
146      int RANGE3 = 70;
147      /** RegularExpression Id. */
148      int RANGE4 = 71;
149      /** RegularExpression Id. */
150      int RANGE5 = 72;
151      /** RegularExpression Id. */
152      int RANGE6 = 73;
153      /** RegularExpression Id. */
154      int RANGE = 74;
155      /** RegularExpression Id. */
156      int UNI = 75;
157      /** RegularExpression Id. */
158      int UNICODERANGE = 76;
159      /** RegularExpression Id. */
160      int FUNCTION = 77;
161      /** RegularExpression Id. */
162      int UNKNOWN = 78;
163    
164      /** Lexical state. */
165      int DEFAULT = 0;
166      /** Lexical state. */
167      int IN_COMMENT = 1;
168    
169      /** Literal token values. */
170      String[] tokenImage = {
171        "<EOF>",
172        "<S>",
173        "\"/*\"",
174        "\"*/\"",
175        "<token of kind 4>",
176        "\"<!--\"",
177        "\"-->\"",
178        "\"{\"",
179        "\"}\"",
180        "\"|=\"",
181        "\"~=\"",
182        "\"=\"",
183        "\"+\"",
184        "\"-\"",
185        "\",\"",
186        "\";\"",
187        "\">\"",
188        "\"/\"",
189        "\"[\"",
190        "\"]\"",
191        "\"*\"",
192        "\".\"",
193        "\")\"",
194        "\"(\"",
195        "\":\"",
196        "<NONASCII>",
197        "<H>",
198        "<UNICODE>",
199        "<ESCAPE>",
200        "<NMSTART>",
201        "<NMCHAR>",
202        "<STRINGCHAR>",
203        "<D>",
204        "<NAME>",
205        "<NNAME>",
206        "<STRING>",
207        "<IDENT>",
208        "<NUMBER>",
209        "<_URL>",
210        "<URL>",
211        "<NAMESPACE_IDENT>",
212        "<PERCENTAGE>",
213        "<PT>",
214        "<MM>",
215        "<CM>",
216        "<PC>",
217        "<IN>",
218        "<PX>",
219        "<EMS>",
220        "<EXS>",
221        "<DEG>",
222        "<RAD>",
223        "<GRAD>",
224        "<MS>",
225        "<SECOND>",
226        "<HZ>",
227        "<KHZ>",
228        "<DIMEN>",
229        "<HASH>",
230        "\"@import\"",
231        "\"@media\"",
232        "\"@charset\"",
233        "\"@page\"",
234        "\"@namespace\"",
235        "\"@font-face\"",
236        "<ATKEYWORD>",
237        "<IMPORTANT_SYM>",
238        "<RANGE0>",
239        "<RANGE1>",
240        "<RANGE2>",
241        "<RANGE3>",
242        "<RANGE4>",
243        "<RANGE5>",
244        "<RANGE6>",
245        "<RANGE>",
246        "<UNI>",
247        "<UNICODERANGE>",
248        "<FUNCTION>",
249        "<UNKNOWN>",
250      };
251    
252    }