Class PrototypeExceptionSpecs
Maps instruction prototypes to exception specifications.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public abstract class PrototypeExceptionSpecs
Methods
| Edit this page View SourceGetExceptionSpecification(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 |