Show / Hide Table of Contents

    Class ReplaceInstructionUpdate

    A flow graph update that replaces an instruction.

    Inheritance
    System.Object
    FlowGraphUpdate
    InstructionUpdate
    ReplaceInstructionUpdate
    Inherited Members
    InstructionUpdate.Tag
    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.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class ReplaceInstructionUpdate : InstructionUpdate

    Properties

    | Improve this Doc View Source

    Instruction

    Gets the new instruction that replaces the old one.

    Declaration
    public Instruction Instruction { get; }
    Property Value
    Type Description
    Instruction

    The new instruction.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX