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