C# Class Boo.Lang.Compiler.TypeSystem.GlobalNamespace

Inheritance: SimpleNamespace
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
GetChild ( string name ) : INamespace
GlobalNamespace ( ) : System.Collections
GlobalNamespace ( IDictionary children ) : System.Collections
Resolve ( List targetList, string name, EntityType flags ) : bool
SetChild ( string name, INamespace entity ) : void

Method Details

GetChild() public method

public GetChild ( string name ) : INamespace
name string
return INamespace

GlobalNamespace() public method

public GlobalNamespace ( ) : System.Collections
return System.Collections

GlobalNamespace() public method

public GlobalNamespace ( IDictionary children ) : System.Collections
children IDictionary
return System.Collections

Resolve() public method

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
return bool

SetChild() public method

public SetChild ( string name, INamespace entity ) : void
name string
entity INamespace
return void