C# Class IronPython.Compiler.PythonGlobalInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Mostrar archivo Open project: jschementi/iron

Protected Properties

Property Type Description
_global IronPython.Compiler.PythonGlobal

Public Methods

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

Method Details

PythonGlobalInstruction() public method

public PythonGlobalInstruction ( 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

ToString() public method

public ToString ( ) : string
return string

Property Details

_global protected_oe property

protected PythonGlobal,IronPython.Compiler _global
return IronPython.Compiler.PythonGlobal