in cayenne/src/main/java/org/apache/cayenne/exp/parser/ExpressionParserTokenManager.java [346:426]
private int jjMoveStringLiteralDfa0_0(){
switch(curChar)
{
case 33:
jjmatchedKind = 4;
return jjMoveStringLiteralDfa1_0(0x80L, 0x0L);
case 34:
return jjStopAtPos(0, 82);
case 36:
return jjStopAtPos(0, 70);
case 38:
return jjStopAtPos(0, 22);
case 39:
return jjStopAtPos(0, 81);
case 40:
return jjStopAtPos(0, 16);
case 41:
return jjStopAtPos(0, 17);
case 42:
return jjStopAtPos(0, 75);
case 43:
return jjStopAtPos(0, 25);
case 44:
return jjStopAtPos(0, 19);
case 45:
return jjStopAtPos(0, 26);
case 47:
return jjStopAtPos(0, 27);
case 60:
jjmatchedKind = 10;
return jjMoveStringLiteralDfa1_0(0x800300L, 0x0L);
case 61:
jjmatchedKind = 5;
return jjMoveStringLiteralDfa1_0(0x40L, 0x0L);
case 62:
jjmatchedKind = 11;
return jjMoveStringLiteralDfa1_0(0x1001000L, 0x0L);
case 94:
return jjStopAtPos(0, 21);
case 97:
return jjMoveStringLiteralDfa1_0(0x8001000000004L, 0x20L);
case 98:
return jjMoveStringLiteralDfa1_0(0x40000L, 0x0L);
case 99:
return jjMoveStringLiteralDfa1_0(0xc0110000000000L, 0x0L);
case 100:
return jjMoveStringLiteralDfa1_0(0xf000020000000000L, 0x500L);
case 101:
return jjMoveStringLiteralDfa1_0(0x40000000000L, 0x200L);
case 102:
return jjMoveStringLiteralDfa1_0(0x0L, 0x8L);
case 104:
return jjMoveStringLiteralDfa1_0(0x0L, 0x1L);
case 105:
return jjMoveStringLiteralDfa1_0(0x8000L, 0x0L);
case 108:
return jjMoveStringLiteralDfa1_0(0x6800000006000L, 0x0L);
case 109:
return jjMoveStringLiteralDfa1_0(0x420006000000000L, 0x2L);
case 110:
return jjMoveStringLiteralDfa1_0(0x80000000008L, 0x0L);
case 111:
return jjMoveStringLiteralDfa1_0(0x2L, 0x90L);
case 115:
return jjMoveStringLiteralDfa1_0(0x10208000000000L, 0x4L);
case 116:
return jjMoveStringLiteralDfa1_0(0x400000000000L, 0x0L);
case 117:
return jjMoveStringLiteralDfa1_0(0x1000000000000L, 0x0L);
case 119:
return jjMoveStringLiteralDfa1_0(0x800000000000000L, 0x0L);
case 121:
return jjMoveStringLiteralDfa1_0(0x200000000000000L, 0x0L);
case 124:
return jjStopAtPos(0, 20);
case 126:
return jjStopAtPos(0, 28);
default :
return jjMoveNfa_0(3, 0);
}
}