C# Class IronPython.Compiler.Ast.GetGlobalContextExpression

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
GetGlobalContextExpression ( System.Linq.Expressions parentContext ) : 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

GetGlobalContextExpression() public méthode

public GetGlobalContextExpression ( System.Linq.Expressions parentContext ) : System
parentContext System.Linq.Expressions
Résultat System

Reduce() public méthode

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