C# Class Phantom.Core.PhantomDslEngine

Inheritance: Rhino.DSL.DslEngine, IIncludeCompiler
Afficher le fichier Open project: JeremySkinner/Phantom

Private Properties

Свойство Type Description
AddInput void
IIncludeCompiler Boo.Lang.Compiler.CompilerContext

Méthodes publiques

Méthode Description
IsCleanupMethod ( Language.Node node ) : bool
IsTargetMethod ( Language.Node node ) : bool
PhantomDslEngine ( IList importBuilders ) : System

Méthodes protégées

Méthode Description
CustomizeCompiler ( BooCompiler compiler, CompilerPipeline pipeline, string urls ) : void

Private Methods

Méthode Description
AddInput ( BooCompiler compiler, string url ) : void
IIncludeCompiler ( string url ) : CompilerContext

Method Details

CustomizeCompiler() protected méthode

protected CustomizeCompiler ( BooCompiler compiler, CompilerPipeline pipeline, string urls ) : void
compiler Boo.Lang.Compiler.BooCompiler
pipeline Boo.Lang.Compiler.CompilerPipeline
urls string
Résultat void

IsCleanupMethod() public static méthode

public static IsCleanupMethod ( Language.Node node ) : bool
node Language.Node
Résultat bool

IsTargetMethod() public static méthode

public static IsTargetMethod ( Language.Node node ) : bool
node Language.Node
Résultat bool

PhantomDslEngine() public méthode

public PhantomDslEngine ( IList importBuilders ) : System
importBuilders IList
Résultat System