Modified: ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserTreeConstants.java URL: http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserTreeConstants.java?rev=736963&r1=736962&r2=736963&view=diff ============================================================================== --- ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserTreeConstants.java (original) +++ ibatis/trunk/java/ibatis-3/ibatis-3-core/src/main/java/org/apache/ibatis/ognl/OgnlParserTreeConstants.java Thu Jan 22 22:32:36 2009 @@ -2,8 +2,7 @@ package org.apache.ibatis.ognl; -public interface OgnlParserTreeConstants -{ +public interface OgnlParserTreeConstants { public int JJTVOID = 0; public int JJTSEQUENCE = 1; public int JJTASSIGN = 2; @@ -54,52 +53,52 @@ public String[] jjtNodeName = { - "void", - "Sequence", - "Assign", - "Test", - "Or", - "And", - "BitOr", - "Xor", - "BitAnd", - "Eq", - "NotEq", - "Less", - "Greater", - "LessEq", - "GreaterEq", - "In", - "NotIn", - "ShiftLeft", - "ShiftRight", - "UnsignedShiftRight", - "Add", - "Subtract", - "Multiply", - "Divide", - "Remainder", - "Negate", - "BitNegate", - "Not", - "Instanceof", - "Chain", - "Eval", - "Const", - "ThisVarRef", - "RootVarRef", - "VarRef", - "List", - "Map", - "KeyValue", - "StaticField", - "Ctor", - "Property", - "StaticMethod", - "Method", - "Project", - "Select", - "SelectFirst", - "SelectLast", + "void", + "Sequence", + "Assign", + "Test", + "Or", + "And", + "BitOr", + "Xor", + "BitAnd", + "Eq", + "NotEq", + "Less", + "Greater", + "LessEq", + "GreaterEq", + "In", + "NotIn", + "ShiftLeft", + "ShiftRight", + "UnsignedShiftRight", + "Add", + "Subtract", + "Multiply", + "Divide", + "Remainder", + "Negate", + "BitNegate", + "Not", + "Instanceof", + "Chain", + "Eval", + "Const", + "ThisVarRef", + "RootVarRef", + "VarRef", + "List", + "Map", + "KeyValue", + "StaticField", + "Ctor", + "Property", + "StaticMethod", + "Method", + "Project", + "Select", + "SelectFirst", + "SelectLast", }; }
