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>", }; }
