C# Class IronPython.Compiler.Ast.FromImportStatement

Inheritance: Statement
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
GetLevel object

Public Methods

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

Private Methods

Method Description
GetLevel ( ) : object

Method Details

FromImportStatement() public method

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
return System.Collections.Generic

Reduce() public method

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

Walk() public method

public Walk ( PythonWalker walker ) : void
walker PythonWalker
return void