Class AddInstructionUpdate
A flow graph update that inserts an instruction.
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.Analysis
Assembly: Flame.Compiler.dll
Syntax
public sealed class AddInstructionUpdate : InstructionUpdate
Properties
| Improve this Doc View SourceInstruction
Gets the instruction that is added to the graph.
Declaration
public Instruction Instruction { get; }
Property Value
Type | Description |
---|---|
Instruction | The instruction. |