C# Class 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.
Inheritance: System.Linq.Expressions.Expression
Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
Reduce ( ) : Expression

Protected Methods

Method Description
VisitChildren ( System.Linq.Expressions visitor ) : Expression

Method Details

Reduce() public method

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

VisitChildren() protected method

protected VisitChildren ( System.Linq.Expressions visitor ) : Expression
visitor System.Linq.Expressions
return System.Linq.Expressions.Expression