Class InstructionExceptionSpecs
Maps instructions to their exception specifications.
Inheritance
System.Object
InstructionExceptionSpecs
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 InstructionExceptionSpecs
Methods
| Improve this Doc 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 |