Class MemorySSA.Unknown
A memory SSA value that represents a completely unknown state.
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 Unknown : MemorySSA.Value
Fields
| Improve this Doc View SourceInstance
An instance of the unknown state.
Declaration
public static readonly MemorySSA.Unknown Instance
Field Value
Type | Description |
---|---|
MemorySSA.Unknown | The unknown state. |