Class Transform
A transform that can be applied to a flow graph.
Inheritance
System.Object
Transform
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
| Improve this Doc 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. |