C# Class NJection.LambdaConverter.Expressions.TryCatch

Inheritance: Scope
Datei anzeigen Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Public Methods

Method Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( Expression body, IEnumerable handlers, Expression @finally ) : Expression

Protected Methods

Method Description
TryCatch ( ICSharpCode.NRefactory.CSharp tryCatchStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

Private Methods

Method Description
BuildCatchClauses ( NRefactory catchClauses ) : void
BuildFinallyBlock ( ICSharpCode.NRefactory.CSharp finallyBlack ) : void
BuildTryBlock ( ICSharpCode.NRefactory.CSharp tryBlock ) : void
BuildTryCatchBlock ( ) : void

Method Details

Accept() public method

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

Reduce() public method

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

TryCatch() protected method

protected TryCatch ( ICSharpCode.NRefactory.CSharp tryCatchStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
tryCatchStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
return System

Update() public method

public Update ( Expression body, IEnumerable handlers, Expression @finally ) : Expression
body System.Linq.Expressions.Expression
handlers IEnumerable
@finally System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression