C# Class IronPython.Compiler.Ast.FromImportStatement

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

Private Properties

Свойство Type Description
GetLevel object

Méthodes publiques

Méthode Description
FromImportStatement ( ModuleName root, string names, string asNames, bool fromFuture, bool forceAbsolute ) : System.Collections.Generic
Reduce ( ) : Expression
Walk ( PythonWalker walker ) : void

Private Methods

Méthode Description
GetLevel ( ) : object

Method Details

FromImportStatement() public méthode

public FromImportStatement ( ModuleName root, string names, string asNames, bool fromFuture, bool forceAbsolute ) : System.Collections.Generic
root ModuleName
names string
asNames string
fromFuture bool
forceAbsolute bool
Résultat System.Collections.Generic

Reduce() public méthode

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

Walk() public méthode

public Walk ( PythonWalker walker ) : void
walker PythonWalker
Résultat void