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

jjStopStringLiteralDfa_6() private méthode

private jjStopStringLiteralDfa_6 ( int pos, long active0 ) : int
pos int
active0 long
Résultat int
        private int jjStopStringLiteralDfa_6(int pos, long active0)
        {
            switch(pos)
            {
                case 0:
                    if ((active0 & 0xd000L) != 0L)
                        return 2;
                    return -1;
                default:
                    return -1;
            }
        }
ParserTokenManager