C# 클래스 IronPython.Modules._ast.GeneratorExp.ExtractListComprehensionIterators

상속: IronPython.Compiler.Ast.PythonWalker
파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
Yield IronPython.Compiler.Ast.YieldExpression

공개 메소드들

메소드 설명
Walk ( ForStatement node ) : bool
Walk ( IfStatement node ) : bool
Walk ( YieldExpression node ) : bool

메소드 상세

Walk() 공개 메소드

public Walk ( ForStatement node ) : bool
node IronPython.Compiler.Ast.ForStatement
리턴 bool

Walk() 공개 메소드

public Walk ( IfStatement node ) : bool
node IronPython.Compiler.Ast.IfStatement
리턴 bool

Walk() 공개 메소드

public Walk ( YieldExpression node ) : bool
node IronPython.Compiler.Ast.YieldExpression
리턴 bool

프로퍼티 상세

Yield 공개적으로 프로퍼티

public YieldExpression,IronPython.Compiler.Ast Yield
리턴 IronPython.Compiler.Ast.YieldExpression