NVelocity.Runtime.Parser.ParserTokenManager.jjStopStringLiteralDfa_5 C# (CSharp) Метод

jjStopStringLiteralDfa_5() приватный Метод

private jjStopStringLiteralDfa_5 ( int pos, long active0 ) : int
pos int
active0 long
Результат int
        private int jjStopStringLiteralDfa_5(int pos, long active0)
        {
            switch(pos)
            {
                case 0:
                    if ((active0 & 0xd000L) != 0L)
                        return 2;
                    if ((active0 & 0x6000000L) != 0L)
                    {
                        jjmatchedKind = 56;
                        return 5;
                    }
                    return -1;
                case 1:
                    if ((active0 & 0x4000L) != 0L)
                        return 0;
                    if ((active0 & 0x6000000L) != 0L)
                    {
                        jjmatchedKind = 56;
                        jjmatchedPos = 1;
                        return 5;
                    }
                    return -1;
                case 2:
                    if ((active0 & 0x6000000L) != 0L)
                    {
                        jjmatchedKind = 56;
                        jjmatchedPos = 2;
                        return 5;
                    }
                    return -1;
                case 3:
                    if ((active0 & 0x4000000L) != 0L)
                    {
                        jjmatchedKind = 56;
                        jjmatchedPos = 3;
                        return 5;
                    }
                    if ((active0 & 0x2000000L) != 0L)
                        return 5;
                    return -1;
                default:
                    return -1;
            }
        }
ParserTokenManager