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