C# Class IronRuby.Compiler.Ast.WhileLoopExpression

Inheritance: Expression
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Transform ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression

Method Details

WhileLoopExpression() public méthode

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
Résultat System.Collections