C# Class IronRuby.Compiler.Ast.WhileLoopExpression

Inheritance: Expression
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
WhileLoopExpression ( Expression condition, bool isWhileLoop, bool isPostTest, Statements statements, Microsoft.Scripting.SourceSpan location ) : System.Collections

Private Methods

Method Description
Transform ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression

Method Details

WhileLoopExpression() public method

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
return System.Collections