You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2009/01/23 07:32:46 UTC

svn commit: r736963 [11/21] - in /ibatis/trunk/java/ibatis-3: ibatis-3-compat/src/main/java/com/ibatis/common/jdbc/ ibatis-3-compat/src/main/java/com/ibatis/common/resources/ ibatis-3-compat/src/main/java/com/ibatis/common/util/ ibatis-3-compat/src/mai...

Modified: ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserConstants.java
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserConstants.java?rev=736963&r1=736962&r2=736963&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserConstants.java (original)
+++ ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserConstants.java Thu Jan 22 22:32:36 2009
@@ -27,92 +27,92 @@
   int WithinStringLiteral = 3;
 
   String[] tokenImage = {
-    "<EOF>",
-    "\",\"",
-    "\"=\"",
-    "\"?\"",
-    "\":\"",
-    "\"||\"",
-    "\"or\"",
-    "\"&&\"",
-    "\"and\"",
-    "\"|\"",
-    "\"bor\"",
-    "\"^\"",
-    "\"xor\"",
-    "\"&\"",
-    "\"band\"",
-    "\"==\"",
-    "\"eq\"",
-    "\"!=\"",
-    "\"neq\"",
-    "\"<\"",
-    "\"lt\"",
-    "\">\"",
-    "\"gt\"",
-    "\"<=\"",
-    "\"lte\"",
-    "\">=\"",
-    "\"gte\"",
-    "\"in\"",
-    "\"not\"",
-    "\"<<\"",
-    "\"shl\"",
-    "\">>\"",
-    "\"shr\"",
-    "\">>>\"",
-    "\"ushr\"",
-    "\"+\"",
-    "\"-\"",
-    "\"*\"",
-    "\"/\"",
-    "\"%\"",
-    "\"~\"",
-    "\"!\"",
-    "\"instanceof\"",
-    "\".\"",
-    "\"(\"",
-    "\")\"",
-    "\"true\"",
-    "\"false\"",
-    "\"null\"",
-    "\"#this\"",
-    "\"#root\"",
-    "\"#\"",
-    "\"[\"",
-    "\"]\"",
-    "\"{\"",
-    "\"}\"",
-    "\"@\"",
-    "\"new\"",
-    "\"$\"",
-    "\" \"",
-    "\"\\t\"",
-    "\"\\f\"",
-    "\"\\r\"",
-    "\"\\n\"",
-    "<IDENT>",
-    "<LETTER>",
-    "<DIGIT>",
-    "<DYNAMIC_SUBSCRIPT>",
-    "\"`\"",
-    "\"\\\'\"",
-    "\"\\\"\"",
-    "<ESC>",
-    "<token of kind 72>",
-    "\"\\\'\"",
-    "<BACK_CHAR_ESC>",
-    "<token of kind 75>",
-    "\"`\"",
-    "<STRING_ESC>",
-    "<token of kind 78>",
-    "\"\\\"\"",
-    "<INT_LITERAL>",
-    "<FLT_LITERAL>",
-    "<DEC_FLT>",
-    "<DEC_DIGITS>",
-    "<EXPONENT>",
-    "<FLT_SUFF>",
+      "<EOF>",
+      "\",\"",
+      "\"=\"",
+      "\"?\"",
+      "\":\"",
+      "\"||\"",
+      "\"or\"",
+      "\"&&\"",
+      "\"and\"",
+      "\"|\"",
+      "\"bor\"",
+      "\"^\"",
+      "\"xor\"",
+      "\"&\"",
+      "\"band\"",
+      "\"==\"",
+      "\"eq\"",
+      "\"!=\"",
+      "\"neq\"",
+      "\"<\"",
+      "\"lt\"",
+      "\">\"",
+      "\"gt\"",
+      "\"<=\"",
+      "\"lte\"",
+      "\">=\"",
+      "\"gte\"",
+      "\"in\"",
+      "\"not\"",
+      "\"<<\"",
+      "\"shl\"",
+      "\">>\"",
+      "\"shr\"",
+      "\">>>\"",
+      "\"ushr\"",
+      "\"+\"",
+      "\"-\"",
+      "\"*\"",
+      "\"/\"",
+      "\"%\"",
+      "\"~\"",
+      "\"!\"",
+      "\"instanceof\"",
+      "\".\"",
+      "\"(\"",
+      "\")\"",
+      "\"true\"",
+      "\"false\"",
+      "\"null\"",
+      "\"#this\"",
+      "\"#root\"",
+      "\"#\"",
+      "\"[\"",
+      "\"]\"",
+      "\"{\"",
+      "\"}\"",
+      "\"@\"",
+      "\"new\"",
+      "\"$\"",
+      "\" \"",
+      "\"\\t\"",
+      "\"\\f\"",
+      "\"\\r\"",
+      "\"\\n\"",
+      "<IDENT>",
+      "<LETTER>",
+      "<DIGIT>",
+      "<DYNAMIC_SUBSCRIPT>",
+      "\"`\"",
+      "\"\\\'\"",
+      "\"\\\"\"",
+      "<ESC>",
+      "<token of kind 72>",
+      "\"\\\'\"",
+      "<BACK_CHAR_ESC>",
+      "<token of kind 75>",
+      "\"`\"",
+      "<STRING_ESC>",
+      "<token of kind 78>",
+      "\"\\\"\"",
+      "<INT_LITERAL>",
+      "<FLT_LITERAL>",
+      "<DEC_FLT>",
+      "<DEC_DIGITS>",
+      "<EXPONENT>",
+      "<FLT_SUFF>",
   };
 
 }