C# Class IronPython.Runtime.Types.ClassMethodTracker

Inheritance: PythonCustomTracker
Exibir arquivo Open project: jschementi/iron

Public Methods

Method Description
ClassMethodTracker ( MemberGroup group ) : System.Linq.Expressions
GetSlot ( ) : PythonTypeSlot
GetValue ( Microsoft.Scripting.Actions.Calls.OverloadResolverFactory factory, ActionBinder binder, Type type ) : DynamicMetaObject

Method Details

ClassMethodTracker() public method

public ClassMethodTracker ( MemberGroup group ) : System.Linq.Expressions
group MemberGroup
return System.Linq.Expressions

GetSlot() public method

public GetSlot ( ) : PythonTypeSlot
return PythonTypeSlot

GetValue() public method

public GetValue ( Microsoft.Scripting.Actions.Calls.OverloadResolverFactory factory, ActionBinder binder, Type type ) : DynamicMetaObject
factory Microsoft.Scripting.Actions.Calls.OverloadResolverFactory
binder Microsoft.Scripting.Actions.ActionBinder
type System.Type
return DynamicMetaObject