C# 클래스 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.
상속: IronPython.Compiler.ClosureInfo
파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
IsClosedOver bool
Variable IronPython.Compiler.Ast.PythonVariable

공개 메소드들

메소드 설명
ReferenceClosureInfo ( PythonVariable variable, int index, System.Linq.Expressions tupleExpr, bool accessedInThisScope ) : System

메소드 상세

ReferenceClosureInfo() 공개 메소드

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
리턴 System

프로퍼티 상세

IsClosedOver 공개적으로 프로퍼티

public bool IsClosedOver
리턴 bool

Variable 공개적으로 프로퍼티

public PythonVariable,IronPython.Compiler.Ast Variable
리턴 IronPython.Compiler.Ast.PythonVariable