public interface  org.apache.ibatis.ognl.OgnlParserConstants extends java.lang.Object
{
public static final int EOF;
public static final int IDENT;
public static final int LETTER;
public static final int DIGIT;
public static final int DYNAMIC_SUBSCRIPT;
public static final int ESC;
public static final int CHAR_LITERAL;
public static final int BACK_CHAR_ESC;
public static final int BACK_CHAR_LITERAL;
public static final int STRING_ESC;
public static final int STRING_LITERAL;
public static final int INT_LITERAL;
public static final int FLT_LITERAL;
public static final int DEC_FLT;
public static final int DEC_DIGITS;
public static final int EXPONENT;
public static final int FLT_SUFF;
public static final int DEFAULT;
public static final int WithinCharLiteral;
public static final int WithinBackCharLiteral;
public static final int WithinStringLiteral;
public static final java.lang.String[] tokenImage;
static void <clinit>()
{
java.lang.String[] v;
v = newarray (java.lang.String)[86];
v[0] = "<EOF>";
v[1] = "\",\"";
v[2] = "\"=\"";
v[3] = "\"?\"";
v[4] = "\":\"";
v[5] = "\"||\"";
v[6] = "\"or\"";
v[7] = "\"&&\"";
v[8] = "\"and\"";
v[9] = "\"|\"";
v[10] = "\"bor\"";
v[11] = "\"^\"";
v[12] = "\"xor\"";
v[13] = "\"&\"";
v[14] = "\"band\"";
v[15] = "\"==\"";
v[16] = "\"eq\"";
v[17] = "\"!=\"";
v[18] = "\"neq\"";
v[19] = "\"<\"";
v[20] = "\"lt\"";
v[21] = "\">\"";
v[22] = "\"gt\"";
v[23] = "\"<=\"";
v[24] = "\"lte\"";
v[25] = "\">=\"";
v[26] = "\"gte\"";
v[27] = "\"in\"";
v[28] = "\"not\"";
v[29] = "\"<<\"";
v[30] = "\"shl\"";
v[31] = "\">>\"";
v[32] = "\"shr\"";
v[33] = "\">>>\"";
v[34] = "\"ushr\"";
v[35] = "\"+\"";
v[36] = "\"-\"";
v[37] = "\"*\"";
v[38] = "\"/\"";
v[39] = "\"%\"";
v[40] = "\"~\"";
v[41] = "\"!\"";
v[42] = "\"instanceof\"";
v[43] = "\".\"";
v[44] = "\"(\"";
v[45] = "\")\"";
v[46] = "\"true\"";
v[47] = "\"false\"";
v[48] = "\"null\"";
v[49] = "\"#this\"";
v[50] = "\"#root\"";
v[51] = "\"#\"";
v[52] = "\"[\"";
v[53] = "\"]\"";
v[54] = "\"{\"";
v[55] = "\"}\"";
v[56] = "\"@\"";
v[57] = "\"new\"";
v[58] = "\"$\"";
v[59] = "\" \"";
v[60] = "\"\\t\"";
v[61] = "\"\\f\"";
v[62] = "\"\\r\"";
v[63] = "\"\\n\"";
v[64] = "<IDENT>";
v[65] = "<LETTER>";
v[66] = "<DIGIT>";
v[67] = "<DYNAMIC_SUBSCRIPT>";
v[68] = "\"`\"";
v[69] = "\"\\\'\"";
v[70] = "\"\\\"\"";
v[71] = "<ESC>";
v[72] = "<token of kind 72>";
v[73] = "\"\\\'\"";
v[74] = "<BACK_CHAR_ESC>";
v[75] = "<token of kind 75>";
v[76] = "\"`\"";
v[77] = "<STRING_ESC>";
v[78] = "<token of kind 78>";
v[79] = "\"\\\"\"";
v[80] = "<INT_LITERAL>";
v[81] = "<FLT_LITERAL>";
v[82] = "<DEC_FLT>";
v[83] = "<DEC_DIGITS>";
v[84] = "<EXPONENT>";
v[85] = "<FLT_SUFF>";
<org.apache.ibatis.ognl.OgnlParserConstants: java.lang.String[] tokenImage> = v;
return;
}
}