C# Class Microsoft.Scripting.Interpreter.Interpreter

显示文件 Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
AbortThreadIfRequested void
GetBestHandler Microsoft.Scripting.Interpreter.ExceptionHandler
GotoHandler int
HandleException ExceptionHandlingResult
Interpreter System.Linq.Expressions
Run void

Private Methods

Method Description
AbortThreadIfRequested ( InterpretedFrame frame, int targetLabelIndex ) : void
GetBestHandler ( int instructionIndex, Type exceptionType ) : Microsoft.Scripting.Interpreter.ExceptionHandler
GotoHandler ( InterpretedFrame frame, object exception, Microsoft.Scripting.Interpreter.ExceptionHandler &handler ) : int
HandleException ( InterpretedFrame frame, Exception exception ) : ExceptionHandlingResult
Interpreter ( string name, Microsoft.Scripting.Interpreter.LocalVariables locals, BranchLabel>.HybridReferenceDictionary labelMapping, Microsoft.Scripting.Interpreter.InstructionArray instructions, Microsoft.Scripting.Interpreter.ExceptionHandler handlers, Microsoft.Scripting.Interpreter.DebugInfo debugInfos, int compilationThreshold ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : void