C# Class IronPython.Modules._ast.GeneratorExp.ExtractListComprehensionIterators
Afficher le fichier
Open project: jschementi/iron
Méthodes publiques
Свойство |
Type |
Description |
|
Yield |
IronPython.Compiler.Ast.YieldExpression |
|
|
Méthodes publiques
Méthode |
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 |
|
Résultat |
bool |
|
public Walk ( IfStatement node ) : bool |
node |
IronPython.Compiler.Ast.IfStatement |
|
Résultat |
bool |
|
public Walk ( YieldExpression node ) : bool |
node |
IronPython.Compiler.Ast.YieldExpression |
|
Résultat |
bool |
|
Property Details
public YieldExpression,IronPython.Compiler.Ast Yield |
Résultat |
IronPython.Compiler.Ast.YieldExpression |
|