C# Класс IronPython.Compiler.Ast.SerializedScopeStatement

Fake ScopeStatement for FunctionCode's to hold on to after we have deserialized pre-compiled code.
Наследование: ScopeStatement
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BindReference PythonVariable
ExposesLocalVariable bool
GetLambda Microsoft.Scripting.Ast.LightLambdaExpression
SerializedScopeStatement System

Открытые методы

Метод Описание
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Приватные методы

Метод Описание
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

Описание методов

Walk() публичный Метод

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Результат void