C# Class IronPython.Compiler.Ast.DelStatement

Inheritance: Statement
显示文件 Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DelStatement ( Expression expressions ) : System.Collections.Generic
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Method Details

DelStatement() public method

public DelStatement ( Expression expressions ) : System.Collections.Generic
expressions Expression
return System.Collections.Generic

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression

Walk() public method

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
return void