1/*
2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.  Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
10 *
11 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 * version 2 for more details (a copy is included in the LICENSE file that
15 * accompanied this code).
16 *
17 * You should have received a copy of the GNU General Public License version
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
23 * questions.
24 */
25
26package com.sun.org.apache.xalan.internal.xsltc.compiler;
27
28/**
29 * CUP generated class containing symbol constants.
30 * This class was generated by CUP v0.10j on Fri Feb 27 13:01:50 PST 2004.
31 */
32public class sym {
33  /* terminals */
34  public static final int Literal = 26;
35  public static final int GE = 21;
36  public static final int NAMESPACE = 48;
37  public static final int SLASH = 2;
38  public static final int PI = 35;
39  public static final int COMMENT = 34;
40  public static final int PIPARAM = 36;
41  public static final int FOLLOWINGSIBLING = 47;
42  public static final int ATSIGN = 12;
43  public static final int DSLASH = 15;
44  public static final int LPAREN = 7;
45  public static final int EXPRESSION = 53;
46  public static final int INT = 51;
47  public static final int CHILD = 40;
48  public static final int MINUS = 23;
49  public static final int STAR = 9;
50  public static final int DESCENDANTORSELF = 45;
51  public static final int RPAREN = 8;
52  public static final int AND = 33;
53  public static final int LT = 18;
54  public static final int OR = 32;
55  public static final int COMMA = 10;
56  public static final int DDOT = 13;
57  public static final int DIV = 24;
58  public static final int PLUS = 22;
59  public static final int DOT = 3;
60  public static final int ID = 28;
61  public static final int LE = 20;
62  public static final int QNAME = 27;
63  public static final int DESCENDANT = 44;
64  public static final int PRECEDINGSIBLING = 37;
65  public static final int EOF = 0;
66  public static final int error = 1;
67  public static final int SELF = 38;
68  public static final int VBAR = 6;
69  public static final int MOD = 25;
70  public static final int ANCESTORORSELF = 43;
71  public static final int PRECEDING = 49;
72  public static final int EQ = 16;
73  public static final int PATTERN = 52;
74  public static final int LBRACK = 4;
75  public static final int REAL = 50;
76  public static final int ANCESTOR = 42;
77  public static final int RBRACK = 5;
78  public static final int DCOLON = 14;
79  public static final int DOLLAR = 11;
80  public static final int NE = 17;
81  public static final int PARENT = 39;
82  public static final int FOLLOWING = 46;
83  public static final int KEY = 29;
84  public static final int TEXT = 30;
85  public static final int ATTRIBUTE = 41;
86  public static final int GT = 19;
87  public static final int NODE = 31;
88}
89