in cayenne/src/main/java/org/apache/cayenne/exp/parser/ExpressionParserTokenManager.java [580:645]
private int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(1, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(2, active0, active1);
return 3;
}
switch(curChar)
{
case 32:
return jjMoveStringLiteralDfa4_0(active0, 0x80000000000L, active1, 0L);
case 58:
if ((active1 & 0x80L) != 0L)
return jjStopAtPos(3, 71);
break;
case 79:
return jjMoveStringLiteralDfa4_0(active0, 0xd000000000000000L, active1, 0L);
case 97:
return jjMoveStringLiteralDfa4_0(active0, 0x4000000000000L, active1, 0L);
case 99:
return jjMoveStringLiteralDfa4_0(active0, 0x100000000000L, active1, 0L);
case 100:
return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x400L);
case 101:
if ((active0 & 0x2000L) != 0L)
{
jjmatchedKind = 13;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x1800000004000L, active1, 0L);
case 103:
return jjMoveStringLiteralDfa4_0(active0, 0x2000000000000L, active1, 0L);
case 107:
if ((active0 & 0x800000000000000L) != 0L)
return jjStartNfaWithStates_0(3, 59, 83);
break;
case 109:
if ((active0 & 0x400000000000L) != 0L)
return jjStartNfaWithStates_0(3, 46, 83);
return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x200L);
case 110:
return jjMoveStringLiteralDfa4_0(active0, 0x10000000000L, active1, 0L);
case 111:
return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x4L);
case 114:
if ((active0 & 0x200000000000000L) != 0L)
return jjStartNfaWithStates_0(3, 57, 83);
else if ((active1 & 0x1L) != 0L)
return jjStartNfaWithStates_0(3, 64, 83);
return jjMoveStringLiteralDfa4_0(active0, 0xc0000000000000L, active1, 0L);
case 115:
return jjMoveStringLiteralDfa4_0(active0, 0x240000000000L, active1, 0L);
case 116:
if ((active0 & 0x10000000000000L) != 0L)
return jjStartNfaWithStates_0(3, 52, 83);
return jjMoveStringLiteralDfa4_0(active0, 0x400020000000000L, active1, 0L);
case 117:
return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x2L);
case 119:
return jjMoveStringLiteralDfa4_0(active0, 0x40000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(2, active0, active1);
}