NVelocity.Runtime.Parser.ParserTokenManager.jjStopStringLiteralDfa_0 C# (CSharp) Méthode

jjStopStringLiteralDfa_0() private méthode

private jjStopStringLiteralDfa_0 ( int pos, long active0 ) : int
pos int
active0 long
Résultat int
        private int jjStopStringLiteralDfa_0(int pos, long active0)
        {
            switch(pos)
            {
                case 0:
                    if ((active0 & 0x6000000L) != 0L)
                    {
                        jjmatchedKind = 52;
                        return 33;
                    }
                    if ((active0 & 0x10000000L) != 0L)
                        return 31;
                    if ((active0 & 0xd000L) != 0L)
                        return 7;
                    return -1;
                case 1:
                    if ((active0 & 0x6000000L) != 0L)
                    {
                        jjmatchedKind = 52;
                        jjmatchedPos = 1;
                        return 33;
                    }
                    if ((active0 & 0x4000L) != 0L)
                        return 5;
                    return -1;
                case 2:
                    if ((active0 & 0x6000000L) != 0L)
                    {
                        jjmatchedKind = 52;
                        jjmatchedPos = 2;
                        return 33;
                    }
                    return -1;
                case 3:
                    if ((active0 & 0x4000000L) != 0L)
                    {
                        jjmatchedKind = 52;
                        jjmatchedPos = 3;
                        return 33;
                    }
                    if ((active0 & 0x2000000L) != 0L)
                        return 33;
                    return -1;
                default:
                    return -1;
            }
        }
ParserTokenManager