Class Transform
A transform that can be applied to a flow graph.
Inherited Members
Namespace: Flame.Compiler.Transforms
Assembly: Flame.Compiler.dll
Syntax
public abstract class Transform
Remarks
Transforms may be specific to transform graphs. The context in which a transform can be legally applied is specified by the entity producing the transform.
Methods
| Edit this page View SourceApply(FlowGraphBuilder)
Applies the transform to a mutable flow graph.
Declaration
public abstract void Apply(FlowGraphBuilder graph)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowGraphBuilder | graph | A flow graph to rewrite. |