C# Class NJection.LambdaConverter.Expressions.TypeExpression

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

Public Methods

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

Protected Methods

Method Description
TypeExpression ( ICSharpCode.NRefactory.CSharp memberType, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

Private Methods

Method Description
TypeExpression ( ICSharpCode.NRefactory.CSharp astType, TypeDescription typeDescription, 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

TypeExpression() protected method

protected TypeExpression ( ICSharpCode.NRefactory.CSharp memberType, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
memberType ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
return System

Update() public method

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