C# Class MonoDevelop.D.Projects.Dub.DefinitionFormats.DubSdl

Inheritance: DubFileReader
Afficher le fichier Open project: aBothe/Mono-D

Méthodes publiques

Méthode Description
CanLoad ( string file ) : bool

Méthodes protégées

Méthode Description
Read ( DubProject target, Object input, List subPackagesToBeReadLater ) : void
ReadSubPackage ( DubProject superProject, object definition ) : DubProject

Private Methods

Méthode Description
ExtractFirstAttribute ( MonoDevelop.D.Projects.Dub.DefinitionFormats.SDL.SDLDeclaration d, string key = null ) : string
ExtractUnnamedAttributes ( MonoDevelop.D.Projects.Dub.DefinitionFormats.SDL.SDLDeclaration d ) : IEnumerable
InterpretBuildSetting ( MonoDevelop.D.Projects.Dub.DefinitionFormats.SDL.SDLDeclaration decl, DubBuildSettings settings ) : void
InterpretGlobalProperty ( MonoDevelop.D.Projects.Dub.DefinitionFormats.SDL.SDLDeclaration decl, DubProject target ) : void

Method Details

CanLoad() public méthode

public CanLoad ( string file ) : bool
file string
Résultat bool

Read() protected méthode

protected Read ( DubProject target, Object input, List subPackagesToBeReadLater ) : void
target DubProject
input Object
subPackagesToBeReadLater List
Résultat void

ReadSubPackage() protected méthode

protected ReadSubPackage ( DubProject superProject, object definition ) : DubProject
superProject DubProject
definition object
Résultat DubProject