Search Results for

    Show / Hide Table of Contents

    Class PrototypeExceptionSpecs

    Maps instruction prototypes to exception specifications.

    Inheritance
    object
    PrototypeExceptionSpecs
    RuleBasedPrototypeExceptionSpecs
    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 PrototypeExceptionSpecs

    Methods

    | Edit this page View Source

    GetExceptionSpecification(InstructionPrototype)

    Gets the exception specification for a particular instruction prototype.

    Declaration
    public abstract ExceptionSpecification GetExceptionSpecification(InstructionPrototype prototype)
    Parameters
    Type Name Description
    InstructionPrototype prototype

    The prototype to examine.

    Returns
    Type Description
    ExceptionSpecification

    An exception specification for prototype.

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