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

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

Walk() public method

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

Walk() public method

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

Walk() public method

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

Property Details

Yield public_oe property

public YieldExpression,IronPython.Compiler.Ast Yield
return IronPython.Compiler.Ast.YieldExpression