C# 클래스 Boo.Lang.Compiler.TypeSystem.GlobalNamespace

상속: SimpleNamespace
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetChild() 공개 메소드

public GetChild ( string name ) : INamespace
name string
리턴 INamespace

GlobalNamespace() 공개 메소드

public GlobalNamespace ( ) : System.Collections
리턴 System.Collections

GlobalNamespace() 공개 메소드

public GlobalNamespace ( IDictionary children ) : System.Collections
children IDictionary
리턴 System.Collections

Resolve() 공개 메소드

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

SetChild() 공개 메소드

public SetChild ( string name, INamespace entity ) : void
name string
entity INamespace
리턴 void