in netflix-sel/src/main/java/com/netflix/sel/ast/SelParserTokenManager.java [128:235]
private int jjMoveStringLiteralDfa0_0() {
switch (curChar) {
case 9:
return jjStopAtPos(0, 2);
case 10:
return jjStopAtPos(0, 3);
case 12:
return jjStopAtPos(0, 5);
case 13:
return jjStopAtPos(0, 4);
case 32:
return jjStopAtPos(0, 1);
case 33:
jjmatchedKind = 86;
return jjMoveStringLiteralDfa1_0(0x0L, 0x20000000L);
case 37:
jjmatchedKind = 105;
return jjMoveStringLiteralDfa1_0(0x0L, 0x10000000000000L);
case 38:
jjmatchedKind = 102;
return jjMoveStringLiteralDfa1_0(0x0L, 0x2000080000000L);
case 40:
return jjStopAtPos(0, 74);
case 41:
return jjStopAtPos(0, 75);
case 42:
jjmatchedKind = 100;
return jjMoveStringLiteralDfa1_0(0x0L, 0x800000000000L);
case 43:
jjmatchedKind = 98;
return jjMoveStringLiteralDfa1_0(0x0L, 0x200100000000L);
case 44:
return jjStopAtPos(0, 81);
case 45:
jjmatchedKind = 99;
return jjMoveStringLiteralDfa1_0(0x0L, 0x400200000000L);
case 46:
return jjStartNfaWithStates_0(0, 82, 4);
case 47:
jjmatchedKind = 101;
return jjMoveStringLiteralDfa1_0(0x80L, 0x1000000000000L);
case 58:
return jjStopAtPos(0, 89);
case 59:
return jjStopAtPos(0, 80);
case 60:
jjmatchedKind = 85;
return jjMoveStringLiteralDfa1_0(0x0L, 0x20040008000000L);
case 61:
jjmatchedKind = 83;
return jjMoveStringLiteralDfa1_0(0x0L, 0x4000000L);
case 62:
jjmatchedKind = 84;
return jjMoveStringLiteralDfa1_0(0x0L, 0xc0180010000000L);
case 63:
return jjStopAtPos(0, 88);
case 91:
return jjStopAtPos(0, 78);
case 93:
return jjStopAtPos(0, 79);
case 94:
jjmatchedKind = 104;
return jjMoveStringLiteralDfa1_0(0x0L, 0x8000000000000L);
case 97:
return jjMoveStringLiteralDfa1_0(0x1000L, 0x0L);
case 98:
return jjMoveStringLiteralDfa1_0(0xe000L, 0x0L);
case 99:
return jjMoveStringLiteralDfa1_0(0x3f0000L, 0x0L);
case 100:
return jjMoveStringLiteralDfa1_0(0x1c00000L, 0x0L);
case 101:
return jjMoveStringLiteralDfa1_0(0x6000000L, 0x0L);
case 102:
return jjMoveStringLiteralDfa1_0(0xf8000000L, 0x0L);
case 103:
return jjMoveStringLiteralDfa1_0(0x100000000L, 0x0L);
case 105:
return jjMoveStringLiteralDfa1_0(0x7e00000000L, 0x0L);
case 108:
return jjMoveStringLiteralDfa1_0(0x8000000000L, 0x0L);
case 110:
return jjMoveStringLiteralDfa1_0(0x70000000000L, 0x0L);
case 112:
return jjMoveStringLiteralDfa1_0(0x780000000000L, 0x0L);
case 114:
return jjMoveStringLiteralDfa1_0(0x800000000000L, 0x0L);
case 115:
return jjMoveStringLiteralDfa1_0(0x1f000000000000L, 0x0L);
case 116:
return jjMoveStringLiteralDfa1_0(0x7e0000000000000L, 0x0L);
case 118:
return jjMoveStringLiteralDfa1_0(0x1800000000000000L, 0x0L);
case 119:
return jjMoveStringLiteralDfa1_0(0x2000000000000000L, 0x0L);
case 123:
return jjStopAtPos(0, 76);
case 124:
jjmatchedKind = 103;
return jjMoveStringLiteralDfa1_0(0x0L, 0x4000040000000L);
case 125:
return jjStopAtPos(0, 77);
case 126:
return jjStopAtPos(0, 87);
default:
return jjMoveNfa_0(0, 0);
}
}