C# Класс IronPython.Compiler.Ast.ImportStatement

Наследование: Statement
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ImportStatement ( IronPython.Compiler.Ast.ModuleName names, string asNames, bool forceAbsolute ) : System.Collections.Generic
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Описание методов

ImportStatement() публичный Метод

public ImportStatement ( IronPython.Compiler.Ast.ModuleName names, string asNames, bool forceAbsolute ) : System.Collections.Generic
names IronPython.Compiler.Ast.ModuleName
asNames string
forceAbsolute bool
Результат System.Collections.Generic

Reduce() публичный Метод

public Reduce ( ) : Expression
Результат System.Linq.Expressions.Expression

Walk() публичный Метод

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Результат void