C# Class Microsoft.Scripting.Interpreter.LeaveExceptionHandlerInstruction

The last instruction of a catch exception handler.
Inheritance: IndexedBranchInstruction
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
Create ( int labelIndex, bool hasValue ) : LeaveExceptionHandlerInstruction
LeaveExceptionHandlerInstruction ( int labelIndex, bool hasValue ) : System.Linq.Expressions

Method Details

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int