C# 클래스 IronPython.Compiler.Ast.SerializedScopeStatement

Fake ScopeStatement for FunctionCode's to hold on to after we have deserialized pre-compiled code.
상속: ScopeStatement
파일 보기 프로젝트 열기: jschementi/iron

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