private int jjMoveStringLiteralDfa6_0()

in src/main/java/org/apache/commons/jxpath/ri/parser/XPathParserTokenManager.java [1268:1317]


    private int jjMoveStringLiteralDfa6_0(final long old0, long active0, final long old1, long active1) {
        if (((active0 &= old0) | (active1 &= old1)) == 0L) {
            return jjStartNfa_0(4, old0, old1);
        }
        try {
            curChar = input_stream.readChar();
        } catch (final java.io.IOException e) {
            jjStopStringLiteralDfa_0(5, active0, active1);
            return 6;
        }
        switch (curChar) {
        case 45:
            return jjMoveStringLiteralDfa7_0(active0, 0x400000000000000L, active1, 0x4001L);
        case 58:
            if ((active0 & 0x1000000000L) != 0L) {
                return jjStopAtPos(6, 36);
            }
            return jjMoveStringLiteralDfa7_0(active0, 0x2000000000L, active1, 0L);
        case 97:
            return jjMoveStringLiteralDfa7_0(active0, 0x40010000000000L, active1, 0x4L);
        case 100:
            return jjMoveStringLiteralDfa7_0(active0, 0x880000000000L, active1, 0L);
        case 103:
            if ((active1 & 0x1000L) != 0L) {
                return jjStartNfaWithStates_0(6, 76, 12);
            }
            break;
        case 105:
            return jjMoveStringLiteralDfa7_0(active0, 0xe800660000000000L, active1, 0x2L);
        case 110:
            if ((active1 & 0x8L) != 0L) {
                return jjStartNfaWithStates_0(6, 67, 12);
            }
            return jjMoveStringLiteralDfa7_0(active0, 0x1020000000000000L, active1, 0L);
        case 111:
            return jjMoveStringLiteralDfa7_0(active0, 0x2104000000000L, active1, 0L);
        case 115:
            return jjMoveStringLiteralDfa7_0(active0, 0x400000000L, active1, 0L);
        case 116:
            if ((active0 & 0x200000000L) != 0L) {
                return jjStartNfaWithStates_0(6, 33, 12);
            }
            break;
        case 117:
            return jjMoveStringLiteralDfa7_0(active0, 0x8000000000L, active1, 0L);
        default:
            break;
        }
        return jjStartNfa_0(5, active0, active1);
    }