Show / Hide Table of Contents

    Class InstructionExceptionSpecs

    Maps instructions to their exception specifications.

    Inheritance
    System.Object
    InstructionExceptionSpecs
    ExplicitInstructionExceptionSpecs
    TrivialInstructionExceptionSpecs
    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 abstract class InstructionExceptionSpecs

    Methods

    | Improve this Doc View Source

    GetExceptionSpecification(Instruction)

    Gets the exception specification for a particular instruction.

    Declaration
    public abstract ExceptionSpecification GetExceptionSpecification(Instruction instruction)
    Parameters
    Type Name Description
    Instruction instruction

    The instruction to examine.

    Returns
    Type Description
    ExceptionSpecification

    An exception specification for instruction.

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