C# Class NJection.LambdaConverter.Expressions.Lambda

Inheritance: AstExpression
Afficher le fichier Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( Expression body, Type type, IEnumerable parameters ) : Expression

Méthodes protégées

Méthode Description
Lambda ( Type type, Expression body, IEnumerable parameters, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

Method Details

Accept() public méthode

public Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
Résultat System.Linq.Expressions.Expression

Lambda() protected méthode

protected Lambda ( Type type, Expression body, IEnumerable parameters, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
type System.Type
body System.Linq.Expressions.Expression
parameters IEnumerable
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

Update() public méthode

public Update ( Expression body, Type type, IEnumerable parameters ) : Expression
body System.Linq.Expressions.Expression
type System.Type
parameters IEnumerable
Résultat System.Linq.Expressions.Expression