C# Class IronPython.Compiler.Ast.SerializedScopeStatement

Fake ScopeStatement for FunctionCode's to hold on to after we have deserialized pre-compiled code.
Inheritance: ScopeStatement
Datei anzeigen Open project: jschementi/iron

Private Properties

Property Type Description
BindReference PythonVariable
ExposesLocalVariable bool
GetLambda Microsoft.Scripting.Ast.LightLambdaExpression
SerializedScopeStatement System

Public Methods

Method Description
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
BindReference ( PythonNameBinder binder, PythonReference reference ) : PythonVariable
ExposesLocalVariable ( PythonVariable variable ) : bool
GetLambda ( ) : Microsoft.Scripting.Ast.LightLambdaExpression
SerializedScopeStatement ( string name, string argNames, FunctionAttributes flags, int startIndex, int endIndex, string path, string freeVars, string names, string cellVars, string varNames ) : System

Method Details

Walk() public method

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
return void