C# Class IronPython.Modules._ast.GeneratorExp.ExtractListComprehensionIterators
显示文件
Open project: jschementi/iron
Public Properties
Property |
Type |
Description |
|
Yield |
IronPython.Compiler.Ast.YieldExpression |
|
|
Public Methods
Method |
Description |
|
Walk ( ForStatement node ) : bool |
|
|
Walk ( IfStatement node ) : bool |
|
|
Walk ( YieldExpression node ) : bool |
|
|
Method Details
public Walk ( ForStatement node ) : bool |
node |
IronPython.Compiler.Ast.ForStatement |
|
return |
bool |
|
public Walk ( IfStatement node ) : bool |
node |
IronPython.Compiler.Ast.IfStatement |
|
return |
bool |
|
public Walk ( YieldExpression node ) : bool |
node |
IronPython.Compiler.Ast.YieldExpression |
|
return |
bool |
|
Property Details
public YieldExpression,IronPython.Compiler.Ast Yield |
return |
IronPython.Compiler.Ast.YieldExpression |
|