Click or drag to resize

ICompilerStep Interface

Represents a compiler step. CompilerPipeline consists of ICompilerStep.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public interface ICompilerStep : ICompilerComponent, 
	IDisposable

The ICompilerStep type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialize
Initialize compilation component.
(Inherited from ICompilerComponent.)
Public methodRun
Executes a compiler step.
Top
See Also