in cayenne/src/main/java/org/apache/cayenne/exp/parser/ExpressionParserTokenManager.java [427:493]
private int jjMoveStringLiteralDfa1_0(long active0, long active1){
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(0, active0, active1);
return 1;
}
switch(curChar)
{
case 60:
if ((active0 & 0x800000L) != 0L)
return jjStopAtPos(1, 23);
break;
case 61:
if ((active0 & 0x40L) != 0L)
return jjStopAtPos(1, 6);
else if ((active0 & 0x80L) != 0L)
return jjStopAtPos(1, 7);
else if ((active0 & 0x200L) != 0L)
return jjStopAtPos(1, 9);
else if ((active0 & 0x1000L) != 0L)
return jjStopAtPos(1, 12);
break;
case 62:
if ((active0 & 0x100L) != 0L)
return jjStopAtPos(1, 8);
else if ((active0 & 0x1000000L) != 0L)
return jjStopAtPos(1, 24);
break;
case 97:
return jjMoveStringLiteralDfa2_0(active0, 0xf000004000000000L, active1, 0L);
case 98:
return jjMoveStringLiteralDfa2_0(active0, 0x8000000000000L, active1, 0x580L);
case 101:
return jjMoveStringLiteralDfa2_0(active0, 0xa02000000040000L, active1, 0x4L);
case 103:
return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x20L);
case 105:
return jjMoveStringLiteralDfa2_0(active0, 0x22000006000L, active1, 0x2L);
case 110:
if ((active0 & 0x8000L) != 0L)
return jjStartNfaWithStates_0(1, 15, 83);
else if ((active1 & 0x8L) != 0L)
return jjStartNfaWithStates_0(1, 67, 83);
return jjMoveStringLiteralDfa2_0(active0, 0x4L, active1, 0x200L);
case 111:
return jjMoveStringLiteralDfa2_0(active0, 0x424990000000008L, active1, 0x1L);
case 112:
if ((active1 & 0x10L) != 0L)
return jjStartNfaWithStates_0(1, 68, 83);
return jjMoveStringLiteralDfa2_0(active0, 0x1000000000000L, active1, 0L);
case 113:
return jjMoveStringLiteralDfa2_0(active0, 0x10000000000000L, active1, 0L);
case 114:
if ((active0 & 0x2L) != 0L)
return jjStartNfaWithStates_0(1, 1, 83);
return jjMoveStringLiteralDfa2_0(active0, 0x400000000000L, active1, 0L);
case 117:
return jjMoveStringLiteralDfa2_0(active0, 0xc0208000000000L, active1, 0L);
case 118:
return jjMoveStringLiteralDfa2_0(active0, 0x1000000000L, active1, 0L);
case 120:
return jjMoveStringLiteralDfa2_0(active0, 0x40000000000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(0, active0, active1);
}