in src/main/java/org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.java [1157:1208]
private int jjMoveStringLiteralDfa4_0(final long old0, long active0, final long old1, long active1) {
if (((active0 &= old0) | (active1 &= old1)) == 0L) {
return jjStartNfa_0(2, old0, old1);
}
try {
curChar = input_stream.readChar();
} catch (final java.io.IOException e) {
jjStopStringLiteralDfa_0(3, active0, active1);
return 4;
}
switch (curChar) {
case 45:
return jjMoveStringLiteralDfa5_0(active0, 0x800000000000000L, active1, 0L);
case 58:
return jjMoveStringLiteralDfa5_0(active0, 0x800000000L, active1, 0L);
case 97:
return jjMoveStringLiteralDfa5_0(active0, 0x1200000000000000L, active1, 0x4002L);
case 100:
if ((active1 & 0x2000L) != 0L) {
return jjStartNfaWithStates_0(4, 77, 12);
}
return jjMoveStringLiteralDfa5_0(active0, 0x1000000000L, active1, 0L);
case 101:
if ((active1 & 0x40L) != 0L) {
return jjStartNfaWithStates_0(4, 70, 12);
}
return jjMoveStringLiteralDfa5_0(active0, 0xca0600000000L, active1, 0x208L);
case 105:
return jjMoveStringLiteralDfa5_0(active0, 0x8000000000L, active1, 0x1000L);
case 108:
return jjMoveStringLiteralDfa5_0(active0, 0x20000000000000L, active1, 0L);
case 110:
return jjMoveStringLiteralDfa5_0(active0, 0x100002000000000L, active1, 0x1L);
case 111:
return jjMoveStringLiteralDfa5_0(active0, 0x240000000000L, active1, 0L);
case 114:
if ((active1 & 0x800L) != 0L) {
return jjStartNfaWithStates_0(4, 75, 12);
}
break;
case 115:
return jjMoveStringLiteralDfa5_0(active0, 0x40114000000000L, active1, 0x4L);
case 116:
if ((active0 & 0x4000000000000L) != 0L) {
return jjStartNfaWithStates_0(4, 50, 12);
}
return jjMoveStringLiteralDfa5_0(active0, 0xe402000000000000L, active1, 0L);
default:
break;
}
return jjStartNfa_0(3, active0, active1);
}