C# Class IronPython.Compiler.PythonDynamicExpressionN

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

AddInstructions() public méthode

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

PythonDynamicExpressionN() public méthode

public PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
args IList
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, IList args ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
args IList
Résultat Expression