Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9244f64a59128f2ccec011dc967eac45bd6ec79a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
/*******************************************************************************
* Copyright (c) 2006, 2008 IBM Corporation and others.
* 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:
*     IBM Corporation - initial API and implementation
*********************************************************************************/

// This file was generated by LPG

package org.eclipse.cdt.internal.core.dom.lrparser.gpp;

public interface GPPParsersym {
    public final static int
      TK__Complex = 14,
      TK__Imaginary = 15,
      TK_restrict = 30,
      TK_asm = 5,
      TK_auto = 32,
      TK_bool = 16,
      TK_break = 83,
      TK_case = 84,
      TK_catch = 127,
      TK_char = 17,
      TK_class = 48,
      TK_const = 28,
      TK_const_cast = 50,
      TK_continue = 85,
      TK_default = 86,
      TK_delete = 75,
      TK_do = 87,
      TK_double = 18,
      TK_dynamic_cast = 51,
      TK_else = 130,
      TK_enum = 63,
      TK_explicit = 33,
      TK_export = 88,
      TK_extern = 34,
      TK_false = 52,
      TK_float = 19,
      TK_for = 89,
      TK_friend = 35,
      TK_goto = 90,
      TK_if = 91,
      TK_inline = 36,
      TK_int = 20,
      TK_long = 21,
      TK_mutable = 37,
      TK_namespace = 66,
      TK_new = 76,
      TK_operator = 9,
      TK_private = 111,
      TK_protected = 112,
      TK_public = 113,
      TK_register = 38,
      TK_reinterpret_cast = 53,
      TK_return = 92,
      TK_short = 22,
      TK_signed = 23,
      TK_sizeof = 54,
      TK_static = 39,
      TK_static_cast = 55,
      TK_struct = 64,
      TK_switch = 93,
      TK_template = 44,
      TK_this = 56,
      TK_throw = 70,
      TK_try = 79,
      TK_true = 57,
      TK_typedef = 40,
      TK_typeid = 58,
      TK_typename = 13,
      TK_union = 65,
      TK_unsigned = 24,
      TK_using = 67,
      TK_virtual = 31,
      TK_void = 25,
      TK_volatile = 29,
      TK_wchar_t = 26,
      TK_while = 82,
      TK_integer = 59,
      TK_floating = 60,
      TK_charconst = 61,
      TK_stringlit = 45,
      TK_identifier = 1,
      TK_Completion = 2,
      TK_EndOfCompletion = 11,
      TK_Invalid = 131,
      TK_LeftBracket = 71,
      TK_LeftParen = 3,
      TK_Dot = 128,
      TK_DotStar = 98,
      TK_Arrow = 114,
      TK_ArrowStar = 97,
      TK_PlusPlus = 46,
      TK_MinusMinus = 47,
      TK_And = 12,
      TK_Star = 10,
      TK_Plus = 42,
      TK_Minus = 43,
      TK_Tilde = 8,
      TK_Bang = 49,
      TK_Slash = 99,
      TK_Percent = 100,
      TK_RightShift = 94,
      TK_LeftShift = 95,
      TK_LT = 69,
      TK_GT = 78,
      TK_LE = 101,
      TK_GE = 102,
      TK_EQ = 103,
      TK_NE = 104,
      TK_Caret = 105,
      TK_Or = 106,
      TK_AndAnd = 107,
      TK_OrOr = 108,
      TK_Question = 115,
      TK_Colon = 74,
      TK_ColonColon = 4,
      TK_DotDotDot = 96,
      TK_Assign = 80,
      TK_StarAssign = 116,
      TK_SlashAssign = 117,
      TK_PercentAssign = 118,
      TK_PlusAssign = 119,
      TK_MinusAssign = 120,
      TK_RightShiftAssign = 121,
      TK_LeftShiftAssign = 122,
      TK_AndAssign = 123,
      TK_CaretAssign = 124,
      TK_OrAssign = 125,
      TK_Comma = 77,
      TK_RightBracket = 126,
      TK_RightParen = 72,
      TK_RightBrace = 81,
      TK_SemiColon = 41,
      TK_LeftBrace = 73,
      TK_typeof = 27,
      TK___alignof__ = 62,
      TK___attribute__ = 6,
      TK___declspec = 7,
      TK_MAX = 109,
      TK_MIN = 110,
      TK_ERROR_TOKEN = 68,
      TK_EOF_TOKEN = 129;

      public final static String orderedTerminalSymbols[] = {
                 "",
                 "identifier",
                 "Completion",
                 "LeftParen",
                 "ColonColon",
                 "asm",
                 "__attribute__",
                 "__declspec",
                 "Tilde",
                 "operator",
                 "Star",
                 "EndOfCompletion",
                 "And",
                 "typename",
                 "_Complex",
                 "_Imaginary",
                 "bool",
                 "char",
                 "double",
                 "float",
                 "int",
                 "long",
                 "short",
                 "signed",
                 "unsigned",
                 "void",
                 "wchar_t",
                 "typeof",
                 "const",
                 "volatile",
                 "restrict",
                 "virtual",
                 "auto",
                 "explicit",
                 "extern",
                 "friend",
                 "inline",
                 "mutable",
                 "register",
                 "static",
                 "typedef",
                 "SemiColon",
                 "Plus",
                 "Minus",
                 "template",
                 "stringlit",
                 "PlusPlus",
                 "MinusMinus",
                 "class",
                 "Bang",
                 "const_cast",
                 "dynamic_cast",
                 "false",
                 "reinterpret_cast",
                 "sizeof",
                 "static_cast",
                 "this",
                 "true",
                 "typeid",
                 "integer",
                 "floating",
                 "charconst",
                 "__alignof__",
                 "enum",
                 "struct",
                 "union",
                 "namespace",
                 "using",
                 "ERROR_TOKEN",
                 "LT",
                 "throw",
                 "LeftBracket",
                 "RightParen",
                 "LeftBrace",
                 "Colon",
                 "delete",
                 "new",
                 "Comma",
                 "GT",
                 "try",
                 "Assign",
                 "RightBrace",
                 "while",
                 "break",
                 "case",
                 "continue",
                 "default",
                 "do",
                 "export",
                 "for",
                 "goto",
                 "if",
                 "return",
                 "switch",
                 "RightShift",
                 "LeftShift",
                 "DotDotDot",
                 "ArrowStar",
                 "DotStar",
                 "Slash",
                 "Percent",
                 "LE",
                 "GE",
                 "EQ",
                 "NE",
                 "Caret",
                 "Or",
                 "AndAnd",
                 "OrOr",
                 "MAX",
                 "MIN",
                 "private",
                 "protected",
                 "public",
                 "Arrow",
                 "Question",
                 "StarAssign",
                 "SlashAssign",
                 "PercentAssign",
                 "PlusAssign",
                 "MinusAssign",
                 "RightShiftAssign",
                 "LeftShiftAssign",
                 "AndAssign",
                 "CaretAssign",
                 "OrAssign",
                 "RightBracket",
                 "catch",
                 "Dot",
                 "EOF_TOKEN",
                 "else",
                 "Invalid"
             };

    public final static boolean isValidForParser = true;
}

Back to the top