Boo.BooLangService.Document.BooDocumentCompiler.BooDocumentCompiler C# (CSharp) 메소드

BooDocumentCompiler() 공개 메소드

public BooDocumentCompiler ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public BooDocumentCompiler()
        {
            visitor = new BooDocumentVisitor();
            compiler = CreateCompiler(visitor);
        }