Boo.Lang.Compiler.CompilerContext.CompilerContext C# (CSharp) 메소드

CompilerContext() 공개 메소드

public CompilerContext ( bool stdlib ) : System
stdlib bool
리턴 System
        public CompilerContext(bool stdlib)
            : this(new CompilerParameters(stdlib), new CompileUnit())
        {
        }

Same methods

CompilerContext::CompilerContext ( ) : System
CompilerContext::CompilerContext ( Boo.Lang.Compiler.Ast.CompileUnit unit ) : System
CompilerContext::CompilerContext ( CompilerParameters options, Boo.Lang.Compiler.Ast.CompileUnit unit ) : System