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

Inheritance: INamespace
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode 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 méthode

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
Résultat Boo.Lang.Compiler.Ast

DeclarationsNamespace() public méthode

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
Résultat Boo.Lang.Compiler.Ast

GetMembers() public méthode

public GetMembers ( ) : IEntity[]
Résultat IEntity[]

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool