Tools.YyLexer.YyLexer C# (CSharp) 메소드

YyLexer() 공개 메소드

public YyLexer ( ErrorHandler eh ) : System
eh ErrorHandler
리턴 System
        public YyLexer(ErrorHandler eh)
        {
            erh = eh;
            #if (GENTIME)
            UsingCat(UnicodeCategory.OtherPunctuation);
            m_gencat = UnicodeCategory.OtherPunctuation;
            #endif
            new Tfactory(this,"TOKEN",new TCreator(Tokenfactory));
        }