All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.org.apache.xalan.internal.xsltc.compiler.sym Maven / Gradle / Ivy

The newest version!
/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
 *
 * The contents of this file are subject to the terms of either the GNU
 * General Public License Version 2 only ("GPL") or the Common Development
 * and Distribution License("CDDL") (collectively, the "License").  You
 * may not use this file except in compliance with the License.  You can
 * obtain a copy of the License at
 * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
 * or packager/legal/LICENSE.txt.  See the License for the specific
 * language governing permissions and limitations under the License.
 *
 * When distributing the software, include this License Header Notice in each
 * file and include the License file at packager/legal/LICENSE.txt.
 *
 * GPL Classpath Exception:
 * Oracle designates this particular file as subject to the "Classpath"
 * exception as provided by Oracle in the GPL Version 2 section of the License
 * file that accompanied this code.
 *
 * Modifications:
 * If applicable, add the following below the License Header, with the fields
 * enclosed by brackets [] replaced by your own identifying information:
 * "Portions Copyright [year] [name of copyright owner]"
 *
 * Contributor(s):
 * If you wish your version of this file to be governed by only the CDDL or
 * only the GPL Version 2, indicate your decision by adding "[Contributor]
 * elects to include this software in this distribution under the [CDDL or GPL
 * Version 2] license."  If you don't indicate a single choice of license, a
 * recipient has the option to distribute your version of this file under
 * either the CDDL, the GPL Version 2 or to extend the choice of license to
 * its licensees as provided above.  However, if you add GPL Version 2 code
 * and therefore, elected the GPL Version 2 license, then the option applies
 * only if the new code is made subject to such option by the copyright
 * holder.
 */

//----------------------------------------------------
// The following code was generated by CUP v0.10j
// Fri Feb 27 13:01:50 PST 2004
//----------------------------------------------------

package com.sun.org.apache.xalan.internal.xsltc.compiler;

/** CUP generated class containing symbol constants. */
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;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy