NVelocity.Runtime.Parser.ParserTokenManager.jjStopStringLiteralDfa_6 C# (CSharp) 메소드

jjStopStringLiteralDfa_6() 개인적인 메소드

private jjStopStringLiteralDfa_6 ( int pos, long active0 ) : int
pos int
active0 long
리턴 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