C# Class IronPython.Compiler.PythonDynamicExpression2

Inheritance: Microsoft.Scripting.Ast.LightDynamicExpression2
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
PythonDynamicExpression2 ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, Expression arg0, Expression arg1 ) : System.Linq.Expressions
Reduce ( ) : Expression

Méthodes protégées

Méthode Description
Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1 ) : Expression

Method Details

AddInstructions() public méthode

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
Résultat void

PythonDynamicExpression2() public méthode

public PythonDynamicExpression2 ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, Expression arg0, Expression arg1 ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
arg0 Expression
arg1 Expression
Résultat System.Linq.Expressions

Reduce() public méthode

public Reduce ( ) : Expression
Résultat Expression

Rewrite() protected méthode

protected Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1 ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
arg0 Expression
arg1 Expression
Résultat Expression