C# Class IronPython.Modules._ast.GeneratorExp.ExtractListComprehensionIterators

Inheritance: IronPython.Compiler.Ast.PythonWalker
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

Walk() public méthode

public Walk ( ForStatement node ) : bool
node IronPython.Compiler.Ast.ForStatement
Résultat bool

Walk() public méthode

public Walk ( IfStatement node ) : bool
node IronPython.Compiler.Ast.IfStatement
Résultat bool

Walk() public méthode

public Walk ( YieldExpression node ) : bool
node IronPython.Compiler.Ast.YieldExpression
Résultat bool

Property Details

Yield public_oe property

public YieldExpression,IronPython.Compiler.Ast Yield
Résultat IronPython.Compiler.Ast.YieldExpression