C# Class IronPython.Compiler.Ast.DynamicGetMemberExpression

Inheritance: System.Linq.Expressions.Expression, IInstructionProvider
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode 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 méthode

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

DynamicGetMemberExpression() public méthode

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
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression