C# Class IronPython.Compiler.Ast.ImportStatement

Inheritance: Statement
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public ImportStatement ( IronPython.Compiler.Ast.ModuleName names, string asNames, bool forceAbsolute ) : System.Collections.Generic
names IronPython.Compiler.Ast.ModuleName
asNames string
forceAbsolute bool
return System.Collections.Generic

Reduce() public method

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

Walk() public method

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
return void