C# Class IronPython.Compiler.ReferenceClosureInfo

The variable info used when a variable is defined in a parent scope and referenced in a child scope but not referenced in this scope.
Inheritance: IronPython.Compiler.ClosureInfo
Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
IsClosedOver bool
Variable IronPython.Compiler.Ast.PythonVariable

Public Methods

Method Description
ReferenceClosureInfo ( PythonVariable variable, int index, System.Linq.Expressions tupleExpr, bool accessedInThisScope ) : System

Method Details

ReferenceClosureInfo() public method

public ReferenceClosureInfo ( PythonVariable variable, int index, System.Linq.Expressions tupleExpr, bool accessedInThisScope ) : System
variable IronPython.Compiler.Ast.PythonVariable
index int
tupleExpr System.Linq.Expressions
accessedInThisScope bool
return System

Property Details

IsClosedOver public_oe property

public bool IsClosedOver
return bool

Variable public_oe property

public PythonVariable,IronPython.Compiler.Ast Variable
return IronPython.Compiler.Ast.PythonVariable