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

Inheritance: SimpleNamespace
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetChild ( string name ) : INamespace
name string
Résultat INamespace

GlobalNamespace() public méthode

public GlobalNamespace ( ) : System.Collections
Résultat System.Collections

GlobalNamespace() public méthode

public GlobalNamespace ( IDictionary children ) : System.Collections
children IDictionary
Résultat System.Collections

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool

SetChild() public méthode

public SetChild ( string name, INamespace entity ) : void
name string
entity INamespace
Résultat void