C# Class NJection.LambdaConverter.Expressions.CatchClause

Inheritance: Scope
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, System.Linq.Expressions.ParameterExpression variable, Expression filter ) : Expression

Méthodes protégées

Méthode Description
CatchClause ( ICSharpCode.NRefactory.CSharp catchClause, IScope scope, INRefcatoryExpressionVisitor visitor ) : System.Linq.Expressions

Private Methods

Méthode Description
BuildCatchBlock ( ) : void

Method Details

Accept() public méthode

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

CatchClause() protected méthode

protected CatchClause ( ICSharpCode.NRefactory.CSharp catchClause, IScope scope, INRefcatoryExpressionVisitor visitor ) : System.Linq.Expressions
catchClause ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat System.Linq.Expressions

Reduce() public méthode

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

Update() public méthode

public Update ( Expression body, System.Linq.Expressions.ParameterExpression variable, Expression filter ) : Expression
body System.Linq.Expressions.Expression
variable System.Linq.Expressions.ParameterExpression
filter System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression