C# Class IronPython.Compiler.Ast.DynamicGetMemberExpression.GetMemberInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Show file Open project: jschementi/iron

Public Methods

Method Description
GetMemberInstruction ( IronPython.Runtime.Binding.PythonGetMemberBinder binder ) : System
Run ( InterpretedFrame frame ) : int

Method Details

GetMemberInstruction() public method

public GetMemberInstruction ( IronPython.Runtime.Binding.PythonGetMemberBinder binder ) : System
binder IronPython.Runtime.Binding.PythonGetMemberBinder
return System

Run() public method

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