blob: 018c6fe4368bc3845c44ec070b71c30ba7c5187a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 Eclipse.org
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.eclipse.gmf.internal.xpand.parser;
public interface XpandKWLexersym {
public final static int
Char_a = 21,
Char_b = 40,
Char_c = 13,
Char_d = 31,
Char_e = 2,
Char_f = 24,
Char_g = 41,
Char_h = 32,
Char_i = 14,
Char_j = 33,
Char_k = 42,
Char_l = 4,
Char_m = 34,
Char_n = 25,
Char_o = 18,
Char_p = 26,
Char_q = 43,
Char_r = 22,
Char_s = 9,
Char_t = 5,
Char_u = 23,
Char_v = 44,
Char_w = 27,
Char_x = 28,
Char_y = 35,
Char_z = 45,
Char_A = 7,
Char_B = 36,
Char_C = 19,
Char_D = 12,
Char_E = 1,
Char_F = 15,
Char_G = 46,
Char_H = 29,
Char_I = 10,
Char_J = 47,
Char_K = 48,
Char_L = 17,
Char_M = 37,
Char_N = 11,
Char_O = 8,
Char_P = 20,
Char_Q = 49,
Char_R = 3,
Char_S = 16,
Char_T = 6,
Char_U = 30,
Char_V = 50,
Char_W = 51,
Char_X = 38,
Char_Y = 52,
Char_Z = 53,
Char_EOF = 39;
public final static String orderedTerminalSymbols[] = {
"",
"E",
"e",
"R",
"l",
"t",
"T",
"A",
"O",
"s",
"I",
"N",
"D",
"c",
"i",
"F",
"S",
"L",
"o",
"C",
"P",
"a",
"r",
"u",
"f",
"n",
"p",
"w",
"x",
"H",
"U",
"d",
"h",
"j",
"m",
"y",
"B",
"M",
"X",
"EOF",
"b",
"g",
"k",
"q",
"v",
"z",
"G",
"J",
"K",
"Q",
"V",
"W",
"Y",
"Z"
};
public final static boolean isValidForParser = true;
}