Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPNoFunctionDeclaratorParsersym.java')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPNoFunctionDeclaratorParsersym.java76
1 files changed, 38 insertions, 38 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPNoFunctionDeclaratorParsersym.java b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPNoFunctionDeclaratorParsersym.java
index 8e67cdac8a0..f494b70c58b 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPNoFunctionDeclaratorParsersym.java
+++ b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPNoFunctionDeclaratorParsersym.java
@@ -16,68 +16,68 @@ package org.eclipse.cdt.internal.core.dom.lrparser.cpp;
public interface CPPNoFunctionDeclaratorParsersym {
public final static int
TK_asm = 61,
- TK_auto = 48,
+ TK_auto = 49,
TK_bool = 15,
- TK_break = 77,
- TK_case = 78,
+ TK_break = 78,
+ TK_case = 79,
TK_catch = 119,
TK_char = 16,
- TK_class = 62,
+ TK_class = 63,
TK_const = 46,
TK_const_cast = 32,
- TK_continue = 79,
- TK_default = 80,
- TK_delete = 64,
- TK_do = 81,
+ TK_continue = 80,
+ TK_default = 81,
+ TK_delete = 65,
+ TK_do = 82,
TK_double = 17,
TK_dynamic_cast = 33,
TK_else = 122,
- TK_enum = 68,
- TK_explicit = 49,
- TK_export = 82,
+ TK_enum = 69,
+ TK_explicit = 50,
+ TK_export = 75,
TK_extern = 12,
TK_false = 34,
TK_float = 18,
TK_for = 83,
- TK_friend = 50,
+ TK_friend = 51,
TK_goto = 84,
TK_if = 85,
- TK_inline = 51,
+ TK_inline = 52,
TK_int = 19,
TK_long = 20,
- TK_mutable = 52,
+ TK_mutable = 53,
TK_namespace = 59,
- TK_new = 65,
+ TK_new = 66,
TK_operator = 7,
TK_private = 114,
TK_protected = 115,
TK_public = 116,
- TK_register = 53,
+ TK_register = 54,
TK_reinterpret_cast = 35,
TK_return = 86,
TK_short = 21,
TK_signed = 22,
TK_sizeof = 36,
- TK_static = 54,
+ TK_static = 55,
TK_static_cast = 37,
- TK_struct = 69,
+ TK_struct = 70,
TK_switch = 87,
- TK_template = 31,
+ TK_template = 30,
TK_this = 38,
TK_throw = 60,
- TK_try = 75,
+ TK_try = 76,
TK_true = 39,
- TK_typedef = 55,
+ TK_typedef = 56,
TK_typeid = 40,
TK_typename = 10,
- TK_union = 70,
+ TK_union = 71,
TK_unsigned = 23,
TK_using = 57,
TK_virtual = 41,
TK_void = 24,
TK_volatile = 47,
TK_wchar_t = 25,
- TK_while = 76,
+ TK_while = 77,
TK_integer = 42,
TK_floating = 43,
TK_charconst = 44,
@@ -86,7 +86,7 @@ public interface CPPNoFunctionDeclaratorParsersym {
TK_Completion = 2,
TK_EndOfCompletion = 9,
TK_Invalid = 124,
- TK_LeftBracket = 56,
+ TK_LeftBracket = 48,
TK_LeftParen = 3,
TK_LeftBrace = 58,
TK_Dot = 120,
@@ -100,13 +100,13 @@ public interface CPPNoFunctionDeclaratorParsersym {
TK_Plus = 13,
TK_Minus = 14,
TK_Tilde = 5,
- TK_Bang = 29,
+ TK_Bang = 31,
TK_Slash = 91,
TK_Percent = 92,
TK_RightShift = 88,
TK_LeftShift = 89,
- TK_LT = 30,
- TK_GT = 63,
+ TK_LT = 29,
+ TK_GT = 62,
TK_LE = 93,
TK_GE = 94,
TK_EQ = 97,
@@ -130,13 +130,13 @@ public interface CPPNoFunctionDeclaratorParsersym {
TK_AndAssign = 111,
TK_CaretAssign = 112,
TK_OrAssign = 113,
- TK_Comma = 66,
+ TK_Comma = 64,
TK_zero = 45,
TK_RightBracket = 118,
- TK_RightParen = 74,
- TK_RightBrace = 71,
+ TK_RightParen = 73,
+ TK_RightBrace = 68,
TK_SemiColon = 11,
- TK_ERROR_TOKEN = 73,
+ TK_ERROR_TOKEN = 74,
TK_original_namespace_name = 123,
TK_EOF_TOKEN = 121;
@@ -170,9 +170,9 @@ public interface CPPNoFunctionDeclaratorParsersym {
"PlusPlus",
"MinusMinus",
"stringlit",
- "Bang",
"LT",
"template",
+ "Bang",
"const_cast",
"dynamic_cast",
"false",
@@ -189,6 +189,7 @@ public interface CPPNoFunctionDeclaratorParsersym {
"zero",
"const",
"volatile",
+ "LeftBracket",
"auto",
"explicit",
"friend",
@@ -197,25 +198,25 @@ public interface CPPNoFunctionDeclaratorParsersym {
"register",
"static",
"typedef",
- "LeftBracket",
"using",
"LeftBrace",
"namespace",
"throw",
"asm",
- "class",
"GT",
+ "class",
+ "Comma",
"delete",
"new",
- "Comma",
"Assign",
+ "RightBrace",
"enum",
"struct",
"union",
- "RightBrace",
"Colon",
- "ERROR_TOKEN",
"RightParen",
+ "ERROR_TOKEN",
+ "export",
"try",
"while",
"break",
@@ -223,7 +224,6 @@ public interface CPPNoFunctionDeclaratorParsersym {
"continue",
"default",
"do",
- "export",
"for",
"goto",
"if",

Back to the top