Boo.Lang.Compiler.CompilerContext.CompilerContext C# (CSharp) Method

CompilerContext() public method

public CompilerContext ( ) : System
return System
        public CompilerContext()
            : this(new CompileUnit())
        {
        }

Same methods

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