in netflix-sel/src/main/java/com/netflix/sel/ast/SelParserTokenManager.java [453:511]
private int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1) {
if (((active0 &= old0) | (active1 &= old1)) == 0L) return jjStartNfa_0(2, old0, old1);
try {
curChar = input_stream.readChar();
} catch (java.io.IOException e) {
jjStopStringLiteralDfa_0(3, active0, 0L);
return 4;
}
switch (curChar) {
case 97:
return jjMoveStringLiteralDfa5_0(active0, 0x181000000000L);
case 99:
return jjMoveStringLiteralDfa5_0(active0, 0x8000000000000L);
case 101:
if ((active0 & 0x8000000L) != 0L) return jjStartNfaWithStates_0(4, 27, 28);
else if ((active0 & 0x2000000000000000L) != 0L) return jjStartNfaWithStates_0(4, 61, 28);
return jjMoveStringLiteralDfa5_0(active0, 0x200400002000L);
case 104:
if ((active0 & 0x20000L) != 0L) return jjStartNfaWithStates_0(4, 17, 28);
return jjMoveStringLiteralDfa5_0(active0, 0x10000000000000L);
case 105:
return jjMoveStringLiteralDfa5_0(active0, 0x2400000200000L);
case 107:
if ((active0 & 0x4000L) != 0L) return jjStartNfaWithStates_0(4, 14, 28);
break;
case 108:
if ((active0 & 0x10000000L) != 0L) {
jjmatchedKind = 28;
jjmatchedPos = 4;
}
return jjMoveStringLiteralDfa5_0(active0, 0x21000000L);
case 110:
return jjMoveStringLiteralDfa5_0(active0, 0x4000000L);
case 114:
if ((active0 & 0x4000000000000L) != 0L) return jjStartNfaWithStates_0(4, 50, 28);
return jjMoveStringLiteralDfa5_0(active0, 0x804800001000L);
case 115:
if ((active0 & 0x80000L) != 0L) return jjStartNfaWithStates_0(4, 19, 28);
return jjMoveStringLiteralDfa5_0(active0, 0x100000000000000L);
case 116:
if ((active0 & 0x100000L) != 0L) return jjStartNfaWithStates_0(4, 20, 28);
else if ((active0 & 0x40000000L) != 0L) return jjStartNfaWithStates_0(4, 30, 28);
else if ((active0 & 0x1000000000000L) != 0L) return jjStartNfaWithStates_0(4, 48, 28);
return jjMoveStringLiteralDfa5_0(active0, 0x1000000000000000L);
case 117:
return jjMoveStringLiteralDfa5_0(active0, 0x400000L);
case 118:
return jjMoveStringLiteralDfa5_0(active0, 0x10000000000L);
case 119:
if ((active0 & 0x40000000000000L) != 0L) {
jjmatchedKind = 54;
jjmatchedPos = 4;
}
return jjMoveStringLiteralDfa5_0(active0, 0x80000000000000L);
default:
break;
}
return jjStartNfa_0(3, active0, 0L);
}