C# 클래스 IronRuby.Compiler.Ast.WhileLoopExpression

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

공개 메소드들

메소드 설명
WhileLoopExpression ( Expression condition, bool isWhileLoop, bool isPostTest, Statements statements, Microsoft.Scripting.SourceSpan location ) : System.Collections

비공개 메소드들

메소드 설명
Transform ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression

메소드 상세

WhileLoopExpression() 공개 메소드

public WhileLoopExpression ( Expression condition, bool isWhileLoop, bool isPostTest, Statements statements, Microsoft.Scripting.SourceSpan location ) : System.Collections
condition Expression
isWhileLoop bool
isPostTest bool
statements Statements
location Microsoft.Scripting.SourceSpan
리턴 System.Collections