C# Класс IronPython.Compiler.Ast.ScopeStatement.DelayedFunctionCode

Provides a place holder for the expression which represents a FunctionCode. For functions/classes this gets updated after the AST has been generated because the FunctionCode needs to know about the tree which gets generated. For modules we immediately have the value because it always comes in as a parameter.
Наследование: System.Linq.Expressions.Expression
Показать файл Открыть проект

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

Метод Описание
Reduce ( ) : Expression

Защищенные методы

Метод Описание
VisitChildren ( System.Linq.Expressions visitor ) : Expression

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

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

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

VisitChildren() защищенный Метод

protected VisitChildren ( System.Linq.Expressions visitor ) : Expression
visitor System.Linq.Expressions
Результат System.Linq.Expressions.Expression