C# Class IronPython.Compiler.Ast.ComprehensionIf

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

Méthodes publiques

Méthode Description
ComprehensionIf ( Expression test ) : Microsoft.Scripting.Actions
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Méthode Description
Transform ( System.Linq.Expressions body ) : Expression

Method Details

ComprehensionIf() public méthode

public ComprehensionIf ( Expression test ) : Microsoft.Scripting.Actions
test Expression
Résultat Microsoft.Scripting.Actions

Walk() public méthode

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