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

Inheritance: IEntity, INamespace
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
AliasedNamespace ( string alias, IEntity subject )
GetMembers ( ) : IEntity[]
Resolve ( List targetList, string name, EntityType flags ) : bool

Method Details

AliasedNamespace() public method

public AliasedNamespace ( string alias, IEntity subject )
alias string
subject IEntity

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