C# Class IronPython.Compiler.Ast.SuiteStatement

Inheritance: Statement
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

SuiteStatement() public méthode

public SuiteStatement ( Statement statements ) : System.Collections.Generic
statements Statement
Résultat System.Collections.Generic

Walk() public méthode

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Résultat void