C# Class IronRuby.Compiler.Ast.ForLoopExpression

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

Méthodes publiques

Méthode Description
ForLoopExpression ( LexicalScope definedScope, Parameters variables, Expression list, Statements body, Microsoft.Scripting.SourceSpan location ) : System

Private Methods

Méthode Description
TransformRead ( AstGenerator gen ) : Expression

Method Details

ForLoopExpression() public méthode

public ForLoopExpression ( LexicalScope definedScope, Parameters variables, Expression list, Statements body, Microsoft.Scripting.SourceSpan location ) : System
definedScope LexicalScope
variables Parameters
list Expression
body Statements
location Microsoft.Scripting.SourceSpan
Résultat System