C# Class NJection.LambdaConverter.Expressions.Init

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

Public Methods

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

Protected Methods

Method Description
Init ( ICSharpCode.NRefactory.CSharp variableInitializer, 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

Init() protected method

protected Init ( ICSharpCode.NRefactory.CSharp variableInitializer, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
variableInitializer ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
return System

Reduce() public method

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

Update() public method

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