Tools.YyLexer.YyLexer C# (CSharp) Method

YyLexer() public method

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