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