C# Class IronPython.Compiler.Ast.GetGlobalContextExpression

Inheritance: System.Linq.Expressions.Expression, IInstructionProvider
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
GetGlobalContextExpression ( System.Linq.Expressions parentContext ) : System
Reduce ( ) : Expression

Method Details

AddInstructions() public method

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
return void

GetGlobalContextExpression() public method

public GetGlobalContextExpression ( System.Linq.Expressions parentContext ) : System
parentContext System.Linq.Expressions
return System

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression