C# Class Boo.Lang.Compiler.Steps.InitializeNameResolutionService

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

Méthodes publiques

Méthode Description
InitializeNameResolutionService ( ) : System
OrganizeExternalNamespaces ( ) : void
ResolveImportAssemblyReferences ( ) : void
ResolveInternalModules ( ) : void
Run ( ) : void

Private Methods

Méthode Description
AddInternalModule ( ModuleEntity moduleEntity ) : void
GetLocation ( Assembly asm ) : string

Method Details

InitializeNameResolutionService() public méthode

public InitializeNameResolutionService ( ) : System
Résultat System

OrganizeExternalNamespaces() public méthode

public OrganizeExternalNamespaces ( ) : void
Résultat void

ResolveImportAssemblyReferences() public méthode

public ResolveImportAssemblyReferences ( ) : void
Résultat void

ResolveInternalModules() public méthode

public ResolveInternalModules ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void