NVelocity.Runtime.Parser.ParserTokenManager.jjStopStringLiteralDfa_7 C# (CSharp) Method

jjStopStringLiteralDfa_7() private method

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