Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCNoCastExpressionParsersym.java')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCNoCastExpressionParsersym.java116
1 files changed, 58 insertions, 58 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCNoCastExpressionParsersym.java b/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCNoCastExpressionParsersym.java
index 7ff98639ba5..2128315502a 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCNoCastExpressionParsersym.java
+++ b/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCNoCastExpressionParsersym.java
@@ -1,5 +1,5 @@
/*******************************************************************************
-* Copyright (c) 2006, 2008 IBM Corporation and others.
+* Copyright (c) 2006, 2009 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
@@ -15,68 +15,68 @@ package org.eclipse.cdt.internal.core.dom.parser.upc;
public interface UPCNoCastExpressionParsersym {
public final static int
- TK_auto = 32,
+ TK_auto = 33,
TK_break = 90,
TK_case = 91,
- TK_char = 38,
- TK_const = 6,
+ TK_char = 40,
+ TK_const = 8,
TK_continue = 92,
TK_default = 93,
TK_do = 94,
- TK_double = 39,
+ TK_double = 41,
TK_else = 95,
- TK_enum = 51,
- TK_extern = 33,
- TK_float = 40,
+ TK_enum = 53,
+ TK_extern = 34,
+ TK_float = 42,
TK_for = 96,
TK_goto = 97,
TK_if = 98,
- TK_inline = 34,
- TK_int = 41,
- TK_long = 42,
- TK_register = 35,
- TK_restrict = 7,
+ TK_inline = 35,
+ TK_int = 43,
+ TK_long = 44,
+ TK_register = 36,
+ TK_restrict = 9,
TK_return = 99,
- TK_short = 43,
- TK_signed = 44,
- TK_sizeof = 19,
- TK_static = 15,
- TK_struct = 52,
+ TK_short = 45,
+ TK_signed = 46,
+ TK_sizeof = 18,
+ TK_static = 32,
+ TK_struct = 54,
TK_switch = 100,
- TK_typedef = 36,
- TK_union = 53,
- TK_unsigned = 45,
- TK_void = 46,
- TK_volatile = 8,
+ TK_typedef = 37,
+ TK_union = 55,
+ TK_unsigned = 47,
+ TK_void = 48,
+ TK_volatile = 10,
TK_while = 101,
- TK__Bool = 47,
- TK__Complex = 48,
- TK__Imaginary = 49,
- TK_integer = 20,
- TK_floating = 21,
- TK_charconst = 22,
- TK_stringlit = 23,
+ TK__Bool = 49,
+ TK__Complex = 50,
+ TK__Imaginary = 51,
+ TK_integer = 19,
+ TK_floating = 20,
+ TK_charconst = 21,
+ TK_stringlit = 22,
TK_identifier = 1,
TK_Completion = 3,
TK_EndOfCompletion = 5,
TK_Invalid = 102,
- TK_LeftBracket = 16,
+ TK_LeftBracket = 23,
TK_LeftParen = 2,
- TK_LeftBrace = 37,
+ TK_LeftBrace = 15,
TK_Dot = 61,
TK_Arrow = 76,
- TK_PlusPlus = 17,
- TK_MinusMinus = 18,
- TK_And = 14,
+ TK_PlusPlus = 16,
+ TK_MinusMinus = 17,
+ TK_And = 11,
TK_Star = 4,
- TK_Plus = 12,
- TK_Minus = 13,
+ TK_Plus = 6,
+ TK_Minus = 7,
TK_Tilde = 24,
TK_Bang = 25,
TK_Slash = 62,
TK_Percent = 63,
- TK_RightShift = 57,
- TK_LeftShift = 58,
+ TK_RightShift = 56,
+ TK_LeftShift = 57,
TK_LT = 64,
TK_GT = 65,
TK_LE = 66,
@@ -89,7 +89,7 @@ public interface UPCNoCastExpressionParsersym {
TK_OrOr = 77,
TK_Question = 78,
TK_Colon = 68,
- TK_DotDotDot = 60,
+ TK_DotDotDot = 59,
TK_Assign = 69,
TK_StarAssign = 79,
TK_SlashAssign = 80,
@@ -101,17 +101,17 @@ public interface UPCNoCastExpressionParsersym {
TK_AndAssign = 86,
TK_CaretAssign = 87,
TK_OrAssign = 88,
- TK_Comma = 54,
- TK_RightBracket = 59,
- TK_RightParen = 50,
- TK_RightBrace = 55,
+ TK_Comma = 38,
+ TK_RightBracket = 58,
+ TK_RightParen = 39,
+ TK_RightBrace = 52,
TK_SemiColon = 75,
TK_MYTHREAD = 26,
TK_THREADS = 27,
TK_UPC_MAX_BLOCKSIZE = 28,
- TK_relaxed = 9,
- TK_shared = 10,
- TK_strict = 11,
+ TK_relaxed = 12,
+ TK_shared = 13,
+ TK_strict = 14,
TK_upc_barrier = 103,
TK_upc_localsizeof = 29,
TK_upc_blocksizeof = 30,
@@ -120,7 +120,7 @@ public interface UPCNoCastExpressionParsersym {
TK_upc_fence = 105,
TK_upc_wait = 106,
TK_upc_forall = 107,
- TK_ERROR_TOKEN = 56,
+ TK_ERROR_TOKEN = 60,
TK_EOF_TOKEN = 89;
public final static String orderedTerminalSymbols[] = {
@@ -130,17 +130,16 @@ public interface UPCNoCastExpressionParsersym {
"Completion",
"Star",
"EndOfCompletion",
+ "Plus",
+ "Minus",
"const",
"restrict",
"volatile",
+ "And",
"relaxed",
"shared",
"strict",
- "Plus",
- "Minus",
- "And",
- "static",
- "LeftBracket",
+ "LeftBrace",
"PlusPlus",
"MinusMinus",
"sizeof",
@@ -148,6 +147,7 @@ public interface UPCNoCastExpressionParsersym {
"floating",
"charconst",
"stringlit",
+ "LeftBracket",
"Tilde",
"Bang",
"MYTHREAD",
@@ -156,12 +156,14 @@ public interface UPCNoCastExpressionParsersym {
"upc_localsizeof",
"upc_blocksizeof",
"upc_elemsizeof",
+ "static",
"auto",
"extern",
"inline",
"register",
"typedef",
- "LeftBrace",
+ "Comma",
+ "RightParen",
"char",
"double",
"float",
@@ -174,17 +176,15 @@ public interface UPCNoCastExpressionParsersym {
"_Bool",
"_Complex",
"_Imaginary",
- "RightParen",
+ "RightBrace",
"enum",
"struct",
"union",
- "Comma",
- "RightBrace",
- "ERROR_TOKEN",
"RightShift",
"LeftShift",
"RightBracket",
"DotDotDot",
+ "ERROR_TOKEN",
"Dot",
"Slash",
"Percent",

Back to the top