C# Класс Boo.Lang.Compiler.TypeSystem.DeclarationsNamespace

Наследование: INamespace
Показать файл Открыть проект

Открытые методы

Метод Описание
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