C# Class IronPython.Compiler.Ast.ScopeStatement.ClosureInfo

Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
AccessedInScope bool
Variable PythonVariable

Public Methods

Method Description
ClosureInfo ( PythonVariable variable, bool accessedInScope ) : System

Method Details

ClosureInfo() public method

public ClosureInfo ( PythonVariable variable, bool accessedInScope ) : System
variable PythonVariable
accessedInScope bool
return System

Property Details

AccessedInScope public_oe property

public bool AccessedInScope
return bool

Variable public_oe property

public PythonVariable,IronPython.Compiler.Ast Variable
return PythonVariable