/******************************************************************************* * 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.expression.parser; public interface ExpressionKWLexersym { public final static int Char_a = 8, Char_b = 27, Char_c = 5, Char_d = 17, Char_e = 1, Char_f = 11, Char_g = 28, Char_h = 18, Char_i = 6, Char_j = 19, Char_k = 29, Char_l = 2, Char_m = 20, Char_n = 12, Char_o = 7, Char_p = 13, Char_q = 30, Char_r = 9, Char_s = 4, Char_t = 3, Char_u = 10, Char_v = 31, Char_w = 14, Char_x = 15, Char_y = 21, Char_z = 32, Char_A = 22, Char_B = 33, Char_C = 23, Char_D = 34, Char_E = 24, Char_F = 35, Char_G = 36, Char_H = 37, Char_I = 38, Char_J = 39, Char_K = 40, Char_L = 25, Char_M = 41, Char_N = 42, Char_O = 43, Char_P = 44, Char_Q = 45, Char_R = 46, Char_S = 16, Char_T = 47, Char_U = 48, Char_V = 49, Char_W = 50, Char_X = 51, Char_Y = 52, Char_Z = 53, Char_EOF = 26; public final static String orderedTerminalSymbols[] = { "", "e", "l", "t", "s", "c", "i", "o", "a", "r", "u", "f", "n", "p", "w", "x", "S", "d", "h", "j", "m", "y", "A", "C", "E", "L", "EOF", "b", "g", "k", "q", "v", "z", "B", "D", "F", "G", "H", "I", "J", "K", "M", "N", "O", "P", "Q", "R", "T", "U", "V", "W", "X", "Y", "Z" }; public final static boolean isValidForParser = true; }