C# Class NJection.LambdaConverter.Expressions.Throw

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

Public Methods

Method Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( Expression value, Type type ) : Expression

Protected Methods

Method Description
Throw ( ICSharpCode.NRefactory.CSharp throwStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

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

Throw() protected method

protected Throw ( ICSharpCode.NRefactory.CSharp throwStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
throwStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
return System

Update() public method

public Update ( Expression value, Type type ) : Expression
value System.Linq.Expressions.Expression
type System.Type
return System.Linq.Expressions.Expression