java_cup.sym Maven / Gradle / Ivy
/*
* Copyright 2021 EPAM Systems, Inc
*
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. Licensed under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
//----------------------------------------------------
// The following code was generated by CUP v0.10k
// Tue Jul 10 13:21:59 EDT 2012
//----------------------------------------------------
package java_cup;
/** CUP generated class containing symbol constants. */
public class sym {
/* terminals */
public static final int RBRACK = 26;
public static final int IMPORT = 3;
public static final int LT = 30;
public static final int INIT = 9;
public static final int NONASSOC = 23;
public static final int CODE_STRING = 33;
public static final int RBRACE = 29;
public static final int SEMI = 13;
public static final int STAR = 15;
public static final int LBRACK = 25;
public static final int PRECEDENCE = 20;
public static final int PERCENT_PREC = 24;
public static final int CODE = 4;
public static final int GT = 31;
public static final int LBRACE = 28;
public static final int COLON = 17;
public static final int NON = 8;
public static final int ID = 32;
public static final int WITH = 11;
public static final int RIGHT = 22;
public static final int TERMINAL = 7;
public static final int LEFT = 21;
public static final int COLON_COLON_EQUALS = 18;
public static final int COMMA = 14;
public static final int NONTERMINAL = 27;
public static final int EOF = 0;
public static final int PARSER = 6;
public static final int error = 1;
public static final int DOT = 16;
public static final int ACTION = 5;
public static final int START = 12;
public static final int PACKAGE = 2;
public static final int BAR = 19;
public static final int SCAN = 10;
}