Show / Hide Table of Contents

    Class PrototypeExceptionSpecs

    Maps instruction prototypes to exception specifications.

    Inheritance
    System.Object
    PrototypeExceptionSpecs
    RuleBasedPrototypeExceptionSpecs
    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 PrototypeExceptionSpecs

    Methods

    | Improve this Doc 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.

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