jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XPathParser.java
changeset 45037 a293f7f62550
parent 25868 686eef1e7a79
child 45853 bfa06be36a17
equal deleted inserted replaced
45036:4210d32dacab 45037:a293f7f62550
     1 
     1 /*
     2 //----------------------------------------------------
     2  * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
     3 // The following code was generated by CUP v0.10j
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 // Thu Oct 06 10:09:26 PDT 2005
     4  *
     5 //----------------------------------------------------
     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  */
     6 
    25 
     7 package com.sun.org.apache.xalan.internal.xsltc.compiler;
    26 package com.sun.org.apache.xalan.internal.xsltc.compiler;
     8 
    27 
     9 import java.util.Stack;
    28 import java.util.Stack;
    10 import java.util.Vector;
    29 import java.util.Vector;
    14 import com.sun.org.apache.xalan.internal.xsltc.DOM;
    33 import com.sun.org.apache.xalan.internal.xsltc.DOM;
    15 import com.sun.org.apache.xml.internal.dtm.Axis;
    34 import com.sun.org.apache.xml.internal.dtm.Axis;
    16 import com.sun.org.apache.xalan.internal.xsltc.runtime.Operators;
    35 import com.sun.org.apache.xalan.internal.xsltc.runtime.Operators;
    17 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
    36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
    18 
    37 
    19 /** CUP v0.10j generated parser.
    38 /**
    20   */
    39  * CUP v0.10j generated parser.
       
    40  * This class was generated by CUP v0.10j on Thu Oct 06 10:09:26 PDT 2005.
       
    41  */
    21 public class XPathParser extends com.sun.java_cup.internal.runtime.lr_parser {
    42 public class XPathParser extends com.sun.java_cup.internal.runtime.lr_parser {
    22 
    43 
    23   /** Default constructor. */
    44   /** Default constructor. */
    24   public XPathParser() {super();}
    45   public XPathParser() {super();}
    25 
    46