CompileToFiles Class |
Namespace: Syntactik.Compiler.Pipelines
public class CompileToFiles : CompilerPipeline
The CompileToFiles type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompileToFiles |
Creates instance of pipeline.
|
Name | Description | |
---|---|---|
![]() | Steps |
An ordered list of ICompilerStep implementations
that should be executed in sequence.
(Inherited from CompilerPipeline.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds step to the pipeline.
(Inherited from CompilerPipeline.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Run |
Orderly executes compiler steps of the pipeline.
(Inherited from CompilerPipeline.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |