in netflix-sel/src/main/java/com/netflix/sel/ast/SelParserTokenManager.java [513:562]
private int jjMoveStringLiteralDfa5_0(long old0, long active0) {
if (((active0 &= old0)) == 0L) return jjStartNfa_0(3, old0, 0L);
try {
curChar = input_stream.readChar();
} catch (java.io.IOException e) {
jjStopStringLiteralDfa_0(4, active0, 0L);
return 5;
}
switch (curChar) {
case 97:
return jjMoveStringLiteralDfa6_0(active0, 0x3000L);
case 99:
if ((active0 & 0x400000000000L) != 0L) return jjStartNfaWithStates_0(5, 46, 28);
else if ((active0 & 0x2000000000000L) != 0L) return jjStartNfaWithStates_0(5, 49, 28);
return jjMoveStringLiteralDfa6_0(active0, 0x200000000000L);
case 100:
return jjMoveStringLiteralDfa6_0(active0, 0x4000000L);
case 101:
if ((active0 & 0x1000000L) != 0L) return jjStartNfaWithStates_0(5, 24, 28);
else if ((active0 & 0x10000000000L) != 0L) return jjStartNfaWithStates_0(5, 40, 28);
break;
case 102:
return jjMoveStringLiteralDfa6_0(active0, 0x4000000000L);
case 103:
return jjMoveStringLiteralDfa6_0(active0, 0x80000000000L);
case 104:
if ((active0 & 0x8000000000000L) != 0L) return jjStartNfaWithStates_0(5, 51, 28);
break;
case 105:
return jjMoveStringLiteralDfa6_0(active0, 0x1100000000000000L);
case 108:
return jjMoveStringLiteralDfa6_0(active0, 0x20400000L);
case 109:
return jjMoveStringLiteralDfa6_0(active0, 0x400000000L);
case 110:
if ((active0 & 0x800000000000L) != 0L) return jjStartNfaWithStates_0(5, 47, 28);
return jjMoveStringLiteralDfa6_0(active0, 0x1000200000L);
case 114:
return jjMoveStringLiteralDfa6_0(active0, 0x10000000000000L);
case 115:
if ((active0 & 0x80000000000000L) != 0L) return jjStartNfaWithStates_0(5, 55, 28);
break;
case 116:
if ((active0 & 0x800000000L) != 0L) return jjStartNfaWithStates_0(5, 35, 28);
return jjMoveStringLiteralDfa6_0(active0, 0x100000000000L);
default:
break;
}
return jjStartNfa_0(4, active0, 0L);
}