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

Inheritance: INamespace
Show file Open project: boo/boo-lang

Public Methods

Method Description
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

Method Details

DeclarationsNamespace() public method

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
return Boo.Lang.Compiler.Ast

DeclarationsNamespace() public method

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
return Boo.Lang.Compiler.Ast

GetMembers() public method

public GetMembers ( ) : IEntity[]
return IEntity[]

Resolve() public method

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