Show / Hide Table of Contents

    Class NullabilityAnalysis

    A simple nullability analysis.

    Inheritance
    System.Object
    NullabilityAnalysis
    Implements
    IFlowGraphAnalysis<ValueNullability>
    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 NullabilityAnalysis : IFlowGraphAnalysis<ValueNullability>

    Fields

    | Improve this Doc View Source

    Instance

    Gets an instance of the nullability analysis.

    Declaration
    public static readonly NullabilityAnalysis Instance
    Field Value
    Type Description
    NullabilityAnalysis

    An instance of the nullability analysis.

    Methods

    | Improve this Doc View Source

    Analyze(FlowGraph)

    Declaration
    public ValueNullability Analyze(FlowGraph graph)
    Parameters
    Type Name Description
    FlowGraph graph
    Returns
    Type Description
    ValueNullability
    | Improve this Doc View Source

    AnalyzeWithUpdates(FlowGraph, ValueNullability, IReadOnlyList<FlowGraphUpdate>)

    Declaration
    public ValueNullability AnalyzeWithUpdates(FlowGraph graph, ValueNullability previousResult, IReadOnlyList<FlowGraphUpdate> updates)
    Parameters
    Type Name Description
    FlowGraph graph
    ValueNullability previousResult
    System.Collections.Generic.IReadOnlyList<FlowGraphUpdate> updates
    Returns
    Type Description
    ValueNullability

    Implements

    IFlowGraphAnalysis<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX