C# Class Phantom.Core.PhantomDslEngine

Inheritance: Rhino.DSL.DslEngine, IIncludeCompiler
Exibir arquivo Open project: JeremySkinner/Phantom

Private Properties

Property Type Description
AddInput void
IIncludeCompiler Boo.Lang.Compiler.CompilerContext

Public Methods

Method Description
IsCleanupMethod ( Language.Node node ) : bool
IsTargetMethod ( Language.Node node ) : bool
PhantomDslEngine ( IList importBuilders ) : System

Protected Methods

Method Description
CustomizeCompiler ( BooCompiler compiler, CompilerPipeline pipeline, string urls ) : void

Private Methods

Method Description
AddInput ( BooCompiler compiler, string url ) : void
IIncludeCompiler ( string url ) : CompilerContext

Method Details

CustomizeCompiler() protected method

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

IsCleanupMethod() public static method

public static IsCleanupMethod ( Language.Node node ) : bool
node Language.Node
return bool

IsTargetMethod() public static method

public static IsTargetMethod ( Language.Node node ) : bool
node Language.Node
return bool

PhantomDslEngine() public method

public PhantomDslEngine ( IList importBuilders ) : System
importBuilders IList
return System