C# Class IronRuby.Compiler.Ast.IfExpression

Inheritance: Expression
Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode Description
IfExpression ( Expression condition, Statements body, List elseIfClauses, Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Walk ( Walker walker ) : void

Private Methods

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

Method Details

IfExpression() public méthode

public IfExpression ( Expression condition, Statements body, List elseIfClauses, Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic
condition Expression
body Statements
elseIfClauses List
location Microsoft.Scripting.SourceSpan
Résultat System.Collections.Generic

Walk() protected méthode

protected Walk ( Walker walker ) : void
walker Walker
Résultat void