in src/main/java/org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.java [601:660]
private int jjMoveStringLiteralDfa1_0(final long active0, final long active1) {
try {
curChar = input_stream.readChar();
} catch (final java.io.IOException e) {
jjStopStringLiteralDfa_0(0, active0, active1);
return 1;
}
switch (curChar) {
case 46:
if ((active1 & 0x100000L) != 0L) {
return jjStopAtPos(1, 84);
}
break;
case 47:
if ((active0 & 0x80L) != 0L) {
return jjStopAtPos(1, 7);
}
break;
case 61:
if ((active0 & 0x1000L) != 0L) {
return jjStopAtPos(1, 12);
} else if ((active0 & 0x4000L) != 0L) {
return jjStopAtPos(1, 14);
} else if ((active0 & 0x10000L) != 0L) {
return jjStopAtPos(1, 16);
}
break;
case 97:
return jjMoveStringLiteralDfa2_0(active0, 0xc1012000000000L, active1, 0x140L);
case 100:
if ((active0 & 0x8000000000000L) != 0L) {
return jjStartNfaWithStates_0(1, 51, 12);
}
break;
case 101:
return jjMoveStringLiteralDfa2_0(active0, 0x10880900000000L, active1, 0x1000L);
case 104:
return jjMoveStringLiteralDfa2_0(active0, 0x1000000000L, active1, 0L);
case 105:
return jjMoveStringLiteralDfa2_0(active0, 0x40000000L, active1, 0L);
case 108:
return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x800L);
case 110:
return jjMoveStringLiteralDfa2_0(active0, 0x800104010000000L, active1, 0L);
case 111:
return jjMoveStringLiteralDfa2_0(active0, 0x12262402a0000000L, active1, 0x601aL);
case 114:
if ((active0 & 0x8000000L) != 0L) {
return jjStartNfaWithStates_0(1, 27, 12);
}
return jjMoveStringLiteralDfa2_0(active0, 0x420400000000L, active1, 0x24L);
case 116:
return jjMoveStringLiteralDfa2_0(active0, 0x500008000000000L, active1, 0x1L);
case 117:
return jjMoveStringLiteralDfa2_0(active0, 0xe000000000000000L, active1, 0x680L);
default:
break;
}
return jjStartNfa_0(0, active0, active1);
}