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/gpp/GPPSizeofExpressionParsersym.java')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/gpp/GPPSizeofExpressionParsersym.java62
1 files changed, 31 insertions, 31 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/gpp/GPPSizeofExpressionParsersym.java b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/gpp/GPPSizeofExpressionParsersym.java
index 6103014d3ce..4059ca5a577 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/gpp/GPPSizeofExpressionParsersym.java
+++ b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/gpp/GPPSizeofExpressionParsersym.java
@@ -25,21 +25,21 @@ public interface GPPSizeofExpressionParsersym {
TK_case = 84,
TK_catch = 127,
TK_char = 17,
- TK_class = 49,
+ TK_class = 62,
TK_const = 28,
- TK_const_cast = 50,
+ TK_const_cast = 49,
TK_continue = 85,
TK_default = 86,
- TK_delete = 72,
+ TK_delete = 73,
TK_do = 87,
TK_double = 18,
- TK_dynamic_cast = 51,
+ TK_dynamic_cast = 50,
TK_else = 130,
TK_enum = 63,
TK_explicit = 33,
TK_export = 93,
TK_extern = 34,
- TK_false = 52,
+ TK_false = 51,
TK_float = 19,
TK_for = 88,
TK_friend = 35,
@@ -50,28 +50,28 @@ public interface GPPSizeofExpressionParsersym {
TK_long = 21,
TK_mutable = 37,
TK_namespace = 66,
- TK_new = 73,
+ TK_new = 74,
TK_operator = 9,
TK_private = 111,
TK_protected = 112,
TK_public = 113,
TK_register = 38,
- TK_reinterpret_cast = 53,
+ TK_reinterpret_cast = 52,
TK_return = 91,
TK_short = 22,
TK_signed = 23,
- TK_sizeof = 54,
+ TK_sizeof = 53,
TK_static = 39,
- TK_static_cast = 55,
+ TK_static_cast = 54,
TK_struct = 64,
TK_switch = 92,
- TK_template = 44,
- TK_this = 56,
+ TK_template = 45,
+ TK_this = 55,
TK_throw = 70,
TK_try = 79,
- TK_true = 57,
+ TK_true = 56,
TK_typedef = 40,
- TK_typeid = 58,
+ TK_typeid = 57,
TK_typename = 13,
TK_union = 65,
TK_unsigned = 24,
@@ -81,15 +81,15 @@ public interface GPPSizeofExpressionParsersym {
TK_volatile = 29,
TK_wchar_t = 26,
TK_while = 82,
- TK_integer = 59,
- TK_floating = 60,
- TK_charconst = 61,
- TK_stringlit = 45,
+ TK_integer = 58,
+ TK_floating = 59,
+ TK_charconst = 60,
+ TK_stringlit = 44,
TK_identifier = 1,
TK_Completion = 2,
- TK_EndOfCompletion = 11,
+ TK_EndOfCompletion = 10,
TK_Invalid = 131,
- TK_LeftBracket = 71,
+ TK_LeftBracket = 72,
TK_LeftParen = 3,
TK_Dot = 128,
TK_DotStar = 98,
@@ -98,9 +98,9 @@ public interface GPPSizeofExpressionParsersym {
TK_PlusPlus = 46,
TK_MinusMinus = 47,
TK_And = 12,
- TK_Star = 10,
- TK_Plus = 42,
- TK_Minus = 43,
+ TK_Star = 11,
+ TK_Plus = 41,
+ TK_Minus = 42,
TK_Tilde = 8,
TK_Bang = 48,
TK_Slash = 99,
@@ -134,12 +134,12 @@ public interface GPPSizeofExpressionParsersym {
TK_OrAssign = 125,
TK_Comma = 77,
TK_RightBracket = 126,
- TK_RightParen = 74,
+ TK_RightParen = 75,
TK_RightBrace = 81,
- TK_SemiColon = 41,
- TK_LeftBrace = 75,
+ TK_SemiColon = 43,
+ TK_LeftBrace = 71,
TK_typeof = 27,
- TK___alignof__ = 62,
+ TK___alignof__ = 61,
TK___attribute__ = 6,
TK___declspec = 7,
TK_MAX = 109,
@@ -158,8 +158,8 @@ public interface GPPSizeofExpressionParsersym {
"__declspec",
"Tilde",
"operator",
- "Star",
"EndOfCompletion",
+ "Star",
"And",
"typename",
"_Complex",
@@ -189,15 +189,14 @@ public interface GPPSizeofExpressionParsersym {
"register",
"static",
"typedef",
- "SemiColon",
"Plus",
"Minus",
- "template",
+ "SemiColon",
"stringlit",
+ "template",
"PlusPlus",
"MinusMinus",
"Bang",
- "class",
"const_cast",
"dynamic_cast",
"false",
@@ -211,6 +210,7 @@ public interface GPPSizeofExpressionParsersym {
"floating",
"charconst",
"__alignof__",
+ "class",
"enum",
"struct",
"union",
@@ -219,11 +219,11 @@ public interface GPPSizeofExpressionParsersym {
"using",
"LT",
"throw",
+ "LeftBrace",
"LeftBracket",
"delete",
"new",
"RightParen",
- "LeftBrace",
"Colon",
"Comma",
"GT",

Back to the top