C# Class IronPython.Compiler.Ast.SuiteStatement

Inheritance: Statement
ファイルを表示 Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Reduce ( ) : Expression
SuiteStatement ( Statement statements ) : System.Collections.Generic
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Method Details

Reduce() public method

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

SuiteStatement() public method

public SuiteStatement ( Statement statements ) : System.Collections.Generic
statements Statement
return System.Collections.Generic

Walk() public method

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