C# 클래스 IronPython.Compiler.Ast.ComprehensionIf

상속: ComprehensionIterator
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
ComprehensionIf ( Expression test ) : Microsoft.Scripting.Actions
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

비공개 메소드들

메소드 설명
Transform ( System.Linq.Expressions body ) : Expression

메소드 상세

ComprehensionIf() 공개 메소드

public ComprehensionIf ( Expression test ) : Microsoft.Scripting.Actions
test Expression
리턴 Microsoft.Scripting.Actions

Walk() 공개 메소드

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