C# Class IronPython.Compiler.Ast.ImportStatement

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ImportStatement ( IronPython.Compiler.Ast.ModuleName names, string asNames, bool forceAbsolute ) : System.Collections.Generic
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Method Details

ImportStatement() public méthode

public ImportStatement ( IronPython.Compiler.Ast.ModuleName names, string asNames, bool forceAbsolute ) : System.Collections.Generic
names IronPython.Compiler.Ast.ModuleName
asNames string
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 ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Résultat void