C# 클래스 IronPython.Compiler.Parser.WithItem

파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
ContextManager IronPython.Compiler.Ast.Expression
Start int
Variable IronPython.Compiler.Ast.Expression

공개 메소드들

메소드 설명
WithItem ( int start, Expression contextManager, Expression variable ) : System

메소드 상세

WithItem() 공개 메소드

public WithItem ( int start, Expression contextManager, Expression variable ) : System
start int
contextManager IronPython.Compiler.Ast.Expression
variable IronPython.Compiler.Ast.Expression
리턴 System

프로퍼티 상세

ContextManager 공개적으로 프로퍼티

public Expression,IronPython.Compiler.Ast ContextManager
리턴 IronPython.Compiler.Ast.Expression

Start 공개적으로 프로퍼티

public int Start
리턴 int

Variable 공개적으로 프로퍼티

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