blob: de9fb7c0fcb26bb8aaa7fd2377c13afdb2fecef2 [file] [log] [blame]
/**
* Copyright (c) 2007 OptXware Research and Development LLC.
* 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
*
* Contributors:
* Daniel Varro - Initial API and implementation
*
* This file was generated automatically based upon the VTCL LPG Lexer
* VTCLLexer.g
*/
package org.eclipse.viatra2.lpgparser;
public interface VTCLLexersym {
public final static int
Char_CtlCharNotWS = 102,
Char_LF = 100,
Char_CR = 101,
Char_HT = 94,
Char_FF = 95,
Char_a = 19,
Char_b = 18,
Char_c = 20,
Char_d = 13,
Char_e = 16,
Char_f = 12,
Char_g = 32,
Char_h = 33,
Char_i = 34,
Char_j = 35,
Char_k = 36,
Char_l = 24,
Char_m = 37,
Char_n = 26,
Char_o = 38,
Char_p = 39,
Char_q = 40,
Char_r = 27,
Char_s = 41,
Char_t = 28,
Char_u = 29,
Char_v = 42,
Char_w = 43,
Char_x = 30,
Char_y = 44,
Char_z = 45,
Char__ = 64,
Char_A = 21,
Char_B = 22,
Char_C = 23,
Char_D = 14,
Char_E = 17,
Char_F = 15,
Char_G = 46,
Char_H = 47,
Char_I = 48,
Char_J = 49,
Char_K = 50,
Char_L = 25,
Char_M = 51,
Char_N = 52,
Char_O = 53,
Char_P = 54,
Char_Q = 55,
Char_R = 56,
Char_S = 57,
Char_T = 58,
Char_U = 59,
Char_V = 60,
Char_W = 61,
Char_X = 31,
Char_Y = 62,
Char_Z = 63,
Char_0 = 2,
Char_1 = 3,
Char_2 = 4,
Char_3 = 5,
Char_4 = 6,
Char_5 = 7,
Char_6 = 8,
Char_7 = 9,
Char_8 = 10,
Char_9 = 11,
Char_Space = 96,
Char_AfterASCII = 65,
Char_DoubleQuote = 70,
Char_SingleQuote = 76,
Char_Percent = 77,
Char_VerticalBar = 71,
Char_Exclamation = 78,
Char_AtSign = 79,
Char_BackQuote = 97,
Char_Tilde = 80,
Char_Sharp = 81,
Char_DollarSign = 66,
Char_Ampersand = 72,
Char_Caret = 82,
Char_Colon = 83,
Char_SemiColon = 84,
Char_BackSlash = 99,
Char_LeftBrace = 85,
Char_RightBrace = 86,
Char_LeftBracket = 87,
Char_RightBracket = 88,
Char_QuestionMark = 89,
Char_Comma = 90,
Char_Dot = 98,
Char_LessThan = 91,
Char_GreaterThan = 73,
Char_Plus = 74,
Char_Minus = 75,
Char_Slash = 68,
Char_Star = 69,
Char_LeftParen = 92,
Char_RightParen = 93,
Char_Equal = 67,
Char_EOF = 1;
public final static String orderedTerminalSymbols[] = {
"",
"EOF",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"f",
"d",
"D",
"F",
"e",
"E",
"b",
"a",
"c",
"A",
"B",
"C",
"l",
"L",
"n",
"r",
"t",
"u",
"x",
"X",
"g",
"h",
"i",
"j",
"k",
"m",
"o",
"p",
"q",
"s",
"v",
"w",
"y",
"z",
"G",
"H",
"I",
"J",
"K",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"Y",
"Z",
"_",
"AfterASCII",
"DollarSign",
"Equal",
"Slash",
"Star",
"DoubleQuote",
"VerticalBar",
"Ampersand",
"GreaterThan",
"Plus",
"Minus",
"SingleQuote",
"Percent",
"Exclamation",
"AtSign",
"Tilde",
"Sharp",
"Caret",
"Colon",
"SemiColon",
"LeftBrace",
"RightBrace",
"LeftBracket",
"RightBracket",
"QuestionMark",
"Comma",
"LessThan",
"LeftParen",
"RightParen",
"HT",
"FF",
"Space",
"BackQuote",
"Dot",
"BackSlash",
"LF",
"CR",
"CtlCharNotWS"
};
public final static boolean isValidForParser = true;
}