Search Results for

    Show / Hide Table of Contents

    Class Transform

    A transform that can be applied to a flow graph.

    Inheritance
    object
    Transform
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 Source

    Apply(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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX