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
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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