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

상속: INamespace
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
DeclarationsNamespace ( INamespace parent, TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.Declaration declaration ) : Boo.Lang.Compiler.Ast
DeclarationsNamespace ( INamespace parent, TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.DeclarationCollection declarations ) : Boo.Lang.Compiler.Ast
GetMembers ( ) : IEntity[]
Resolve ( List targetList, string name, EntityType flags ) : bool

메소드 상세

DeclarationsNamespace() 공개 메소드

public DeclarationsNamespace ( INamespace parent, TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.Declaration declaration ) : Boo.Lang.Compiler.Ast
parent INamespace
tagManager TypeSystemServices
declaration Boo.Lang.Compiler.Ast.Declaration
리턴 Boo.Lang.Compiler.Ast

DeclarationsNamespace() 공개 메소드

public DeclarationsNamespace ( INamespace parent, TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.DeclarationCollection declarations ) : Boo.Lang.Compiler.Ast
parent INamespace
tagManager TypeSystemServices
declarations Boo.Lang.Compiler.Ast.DeclarationCollection
리턴 Boo.Lang.Compiler.Ast

GetMembers() 공개 메소드

public GetMembers ( ) : IEntity[]
리턴 IEntity[]

Resolve() 공개 메소드

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