private int jjMoveStringLiteralDfa6_0()

in netflix-sel/src/main/java/com/netflix/sel/ast/SelParserTokenManager.java [564:603]


  private int jjMoveStringLiteralDfa6_0(long old0, long active0) {
    if (((active0 &= old0)) == 0L) return jjStartNfa_0(4, old0, 0L);
    try {
      curChar = input_stream.readChar();
    } catch (java.io.IOException e) {
      jjStopStringLiteralDfa_0(5, active0, 0L);
      return 6;
    }
    switch (curChar) {
      case 97:
        return jjMoveStringLiteralDfa7_0(active0, 0x4000000000L);
      case 99:
        return jjMoveStringLiteralDfa7_0(active0, 0x1000001000L);
      case 101:
        if ((active0 & 0x80000000000L) != 0L) return jjStartNfaWithStates_0(6, 43, 28);
        else if ((active0 & 0x100000000000L) != 0L) return jjStartNfaWithStates_0(6, 44, 28);
        return jjMoveStringLiteralDfa7_0(active0, 0x100000400000000L);
      case 108:
        return jjMoveStringLiteralDfa7_0(active0, 0x1000000000000000L);
      case 110:
        if ((active0 & 0x2000L) != 0L) return jjStartNfaWithStates_0(6, 13, 28);
        break;
      case 111:
        return jjMoveStringLiteralDfa7_0(active0, 0x10000000000000L);
      case 115:
        if ((active0 & 0x4000000L) != 0L) return jjStartNfaWithStates_0(6, 26, 28);
        break;
      case 116:
        if ((active0 & 0x400000L) != 0L) return jjStartNfaWithStates_0(6, 22, 28);
        return jjMoveStringLiteralDfa7_0(active0, 0x200000000000L);
      case 117:
        return jjMoveStringLiteralDfa7_0(active0, 0x200000L);
      case 121:
        if ((active0 & 0x20000000L) != 0L) return jjStartNfaWithStates_0(6, 29, 28);
        break;
      default:
        break;
    }
    return jjStartNfa_0(5, active0, 0L);
  }