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