C# Class IronPython.Compiler.ClosureExpression.MakeClosureCellExpression

Inheritance: Expression, IInstructionProvider
显示文件 Open project: jschementi/iron

Public Properties

Property Type Description
Instance MakeClosureCellExpression

Public Methods

Method Description
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
Reduce ( ) : Expression

Method Details

AddInstructions() public method

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

Reduce() public method

public Reduce ( ) : Expression
return Expression

Property Details

Instance public_oe static_oe property

public static MakeClosureCellExpression Instance
return MakeClosureCellExpression