C# Class IronPython.Compiler.Ast.DynamicGetMemberExpression

Inheritance: System.Linq.Expressions.Expression, IInstructionProvider
Show file Open project: jschementi/iron

Public Methods

Method Description
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
DynamicGetMemberExpression ( IronPython.Runtime.Binding.PythonGetMemberBinder binder, CompilationMode mode, System.Linq.Expressions target, System.Linq.Expressions codeContext ) : System
Reduce ( ) : Expression

Method Details

AddInstructions() public method

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
return void

DynamicGetMemberExpression() public method

public DynamicGetMemberExpression ( IronPython.Runtime.Binding.PythonGetMemberBinder binder, CompilationMode mode, System.Linq.Expressions target, System.Linq.Expressions codeContext ) : System
binder IronPython.Runtime.Binding.PythonGetMemberBinder
mode CompilationMode
target System.Linq.Expressions
codeContext System.Linq.Expressions
return System

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression