C# Class Boo.Lang.Compiler.Steps.IntroduceGlobalNamespaces

Inheritance: AbstractCompilerStep
Datei anzeigen Open project: boo/boo-lang

Public Methods

Method Description
Run ( ) : void

Protected Methods

Method Description
SafeGetNamespace ( string qname ) : INamespace

Method Details

Run() public method

public Run ( ) : void
return void

SafeGetNamespace() protected method

protected SafeGetNamespace ( string qname ) : INamespace
qname string
return INamespace