Search Results for

    Show / Hide Table of Contents

    Class InstructionExceptionSpecs

    Maps instructions to their exception specifications.

    Inheritance
    object
    InstructionExceptionSpecs
    ExplicitInstructionExceptionSpecs
    TrivialInstructionExceptionSpecs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public abstract class InstructionExceptionSpecs

    Methods

    | Edit this page 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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX