C# Class NJection.LambdaConverter.Expressions.CatchClause

Inheritance: Scope
Mostra file Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Public Methods

Method Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( Expression body, System.Linq.Expressions.ParameterExpression variable, Expression filter ) : Expression

Protected Methods

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

Private Methods

Method Description
BuildCatchBlock ( ) : void

Method Details

Accept() public method

public Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
return System.Linq.Expressions.Expression

CatchClause() protected method

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

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression

Update() public method

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
return System.Linq.Expressions.Expression