C# Class NJection.LambdaConverter.Expressions.MethodOf

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

Public Methods

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

Protected Methods

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

MethodOf() protected method

protected MethodOf ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
invocationExpression 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 ( MethodInfo method, Type type ) : Expression
method System.Reflection.MethodInfo
type System.Type
return System.Linq.Expressions.Expression