C# Class IronPython.Compiler.PythonLightThrowGlobalInstruction

Inheritance: PythonGlobalInstruction
Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
PythonLightThrowGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : int

Method Details

PythonLightThrowGlobalInstruction() public method

public PythonLightThrowGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
global IronPython.Compiler.PythonGlobal
return System.Linq.Expressions

Run() public method

public Run ( InterpretedFrame frame ) : int
frame Microsoft.Scripting.Interpreter.InterpretedFrame
return int