C# Class IronPython.Runtime.Binding.MetaPythonType.BuiltinNewAdapter

Inheritance: NewAdapter
Mostra file Open project: jschementi/iron

Public Methods

Method Description
BuiltinNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, IronPython.Runtime.Types.BuiltinFunction ctor, PythonContext state, Expression codeContext ) : System.Linq.Expressions
GetExpression ( PythonBinder binder ) : DynamicMetaObject

Method Details

BuiltinNewAdapter() public method

public BuiltinNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, IronPython.Runtime.Types.BuiltinFunction ctor, PythonContext state, Expression codeContext ) : System.Linq.Expressions
ai ArgumentValues
creating IronPython.Runtime.Types.PythonType
ctor IronPython.Runtime.Types.BuiltinFunction
state PythonContext
codeContext System.Linq.Expressions.Expression
return System.Linq.Expressions

GetExpression() public method

public GetExpression ( PythonBinder binder ) : DynamicMetaObject
binder PythonBinder
return DynamicMetaObject