C# Class IronPython.Compiler.PythonDynamicExpressionN

Inheritance: Microsoft.Scripting.Ast.LightTypedDynamicExpressionN
Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
Reduce ( ) : Expression

Protected Methods

Method Description
Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, IList args ) : Expression

Method Details

AddInstructions() public method

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

PythonDynamicExpressionN() public method

public PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
args IList
return System.Linq.Expressions

Reduce() public method

public Reduce ( ) : Expression
return Expression

Rewrite() protected method

protected Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, IList args ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
args IList
return Expression