ICompilerStep Interface |
Namespace: Syntactik.Compiler
public interface ICompilerStep : ICompilerComponent, IDisposable
The ICompilerStep type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Initialize |
Initialize compilation component.
(Inherited from ICompilerComponent.) |
![]() | Run |
Executes a compiler step.
|