C# Класс IronPython.Compiler.PythonDynamicExpressionN

Наследование: Microsoft.Scripting.Ast.LightTypedDynamicExpressionN
Показать файл Открыть проект

Открытые методы

Метод Описание
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
Reduce ( ) : Expression

Защищенные методы

Метод Описание
Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, IList args ) : Expression

Описание методов

AddInstructions() публичный Метод

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
Результат void

PythonDynamicExpressionN() публичный Метод

public PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
args IList
Результат System.Linq.Expressions

Reduce() публичный Метод

public Reduce ( ) : Expression
Результат Expression

Rewrite() защищенный Метод

protected Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, IList args ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
args IList
Результат Expression