C# Class IronPython.Compiler.PythonLightThrowGlobalInstruction

Inheritance: PythonGlobalInstruction
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Method Details

PythonLightThrowGlobalInstruction() public méthode

public PythonLightThrowGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
global IronPython.Compiler.PythonGlobal
Résultat System.Linq.Expressions

Run() public méthode

public Run ( InterpretedFrame frame ) : int
frame Microsoft.Scripting.Interpreter.InterpretedFrame
Résultat int