You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2010/01/21 10:45:25 UTC

svn commit: r901621 [4/6] - /hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/

Modified: hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarConstants.java
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarConstants.java?rev=901621&r1=901620&r2=901621&view=diff
==============================================================================
--- hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarConstants.java (original)
+++ hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarConstants.java Thu Jan 21 09:45:20 2010
@@ -1,10 +1,9 @@
 /* Generated By:JJTree&JavaCC: Do not edit this line. thrift_grammarConstants.java */
 package org.apache.hadoop.hive.serde2.dynamic_type;
 
-
 /**
- * Token literal values and constants.
- * Generated by org.javacc.parser.OtherFilesGen#start()
+ * Token literal values and constants. Generated by
+ * org.javacc.parser.OtherFilesGen#start()
  */
 public interface thrift_grammarConstants {
 
@@ -117,78 +116,22 @@
   int DEFAULT = 0;
 
   /** Literal token values. */
-  String[] tokenImage = {
-    "<EOF>",
-    "\" \"",
-    "\"\\t\"",
-    "\"\\n\"",
-    "\"\\r\"",
-    "<token of kind 5>",
-    "<token of kind 6>",
-    "<token of kind 7>",
-    "\"const\"",
-    "\"namespace\"",
-    "\"cpp_namespace\"",
-    "\"cpp_include\"",
-    "\"cpp_type\"",
-    "\"java_package\"",
-    "\"cocoa_prefix\"",
-    "\"csharp_namespace\"",
-    "\"php_namespace\"",
-    "\"py_module\"",
-    "\"perl_package\"",
-    "\"ruby_namespace\"",
-    "\"smalltalk_category\"",
-    "\"smalltalk_prefix\"",
-    "\"xsd_all\"",
-    "\"xsd_optional\"",
-    "\"xsd_nillable\"",
-    "\"xsd_namespace\"",
-    "\"xsd_attrs\"",
-    "\"include\"",
-    "\"void\"",
-    "\"bool\"",
-    "\"byte\"",
-    "\"i16\"",
-    "\"i32\"",
-    "\"i64\"",
-    "\"double\"",
-    "\"string\"",
-    "\"slist\"",
-    "\"senum\"",
-    "\"map\"",
-    "\"list\"",
-    "\"set\"",
-    "\"async\"",
-    "\"typedef\"",
-    "\"struct\"",
-    "\"exception\"",
-    "\"extends\"",
-    "\"throws\"",
-    "\"service\"",
-    "\"enum\"",
-    "\"required\"",
-    "\"optional\"",
-    "\"skip\"",
-    "<tok_int_constant>",
-    "<tok_double_constant>",
-    "<IDENTIFIER>",
-    "<LETTER>",
-    "<DIGIT>",
-    "<tok_literal>",
-    "<tok_st_identifier>",
-    "\",\"",
-    "\";\"",
-    "\"{\"",
-    "\"}\"",
-    "\"=\"",
-    "\"[\"",
-    "\"]\"",
-    "\":\"",
-    "\"(\"",
-    "\")\"",
-    "\"<\"",
-    "\">\"",
-  };
+  String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"",
+      "<token of kind 5>", "<token of kind 6>", "<token of kind 7>",
+      "\"const\"", "\"namespace\"", "\"cpp_namespace\"", "\"cpp_include\"",
+      "\"cpp_type\"", "\"java_package\"", "\"cocoa_prefix\"",
+      "\"csharp_namespace\"", "\"php_namespace\"", "\"py_module\"",
+      "\"perl_package\"", "\"ruby_namespace\"", "\"smalltalk_category\"",
+      "\"smalltalk_prefix\"", "\"xsd_all\"", "\"xsd_optional\"",
+      "\"xsd_nillable\"", "\"xsd_namespace\"", "\"xsd_attrs\"", "\"include\"",
+      "\"void\"", "\"bool\"", "\"byte\"", "\"i16\"", "\"i32\"", "\"i64\"",
+      "\"double\"", "\"string\"", "\"slist\"", "\"senum\"", "\"map\"",
+      "\"list\"", "\"set\"", "\"async\"", "\"typedef\"", "\"struct\"",
+      "\"exception\"", "\"extends\"", "\"throws\"", "\"service\"", "\"enum\"",
+      "\"required\"", "\"optional\"", "\"skip\"", "<tok_int_constant>",
+      "<tok_double_constant>", "<IDENTIFIER>", "<LETTER>", "<DIGIT>",
+      "<tok_literal>", "<tok_st_identifier>", "\",\"", "\";\"", "\"{\"",
+      "\"}\"", "\"=\"", "\"[\"", "\"]\"", "\":\"", "\"(\"", "\")\"", "\"<\"",
+      "\">\"", };
 
 }