C# 클래스 IronPython.Modules._ast.GeneratorExp.ExtractListComprehensionIterators
파일 보기
프로젝트 열기: jschementi/iron
공개 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
Yield |
IronPython.Compiler.Ast.YieldExpression |
|
|
공개 메소드들
메소드 |
설명 |
|
Walk ( ForStatement node ) : bool |
|
|
Walk ( IfStatement node ) : bool |
|
|
Walk ( YieldExpression node ) : bool |
|
|
메소드 상세
public Walk ( ForStatement node ) : bool |
node |
IronPython.Compiler.Ast.ForStatement |
|
리턴 |
bool |
|
public Walk ( IfStatement node ) : bool |
node |
IronPython.Compiler.Ast.IfStatement |
|
리턴 |
bool |
|
public Walk ( YieldExpression node ) : bool |
node |
IronPython.Compiler.Ast.YieldExpression |
|
리턴 |
bool |
|
프로퍼티 상세
public YieldExpression,IronPython.Compiler.Ast Yield |
리턴 |
IronPython.Compiler.Ast.YieldExpression |
|