C# Class NJection.LambdaConverter.Expressions.Block

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

Protected Properties

Property Type Description
BlockExpressions Collection
Parameters IEnumerable

Public Methods

Method Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
ResolveType ( ICSharpCode.NRefactory.CSharp blockStatement ) : Type
Update ( IEnumerable variables, IEnumerable parameters ) : Expression

Protected Methods

Method Description
AddReturnLabelExpression ( ) : void
Block ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : System
BuildExpressions ( ) : void

Method Details

Accept() public method

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

AddReturnLabelExpression() protected method

protected AddReturnLabelExpression ( ) : void
return void

Block() protected method

protected Block ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : System
blockStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
parameters IEnumerable
return System

BuildExpressions() protected method

protected BuildExpressions ( ) : void
return void

Reduce() public method

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

ResolveType() public method

public ResolveType ( ICSharpCode.NRefactory.CSharp blockStatement ) : Type
blockStatement ICSharpCode.NRefactory.CSharp
return System.Type

Update() public method

public Update ( IEnumerable variables, IEnumerable parameters ) : Expression
variables IEnumerable
parameters IEnumerable
return System.Linq.Expressions.Expression

Property Details

BlockExpressions protected_oe property

protected Collection BlockExpressions
return Collection

Parameters protected_oe property

protected IEnumerable Parameters
return IEnumerable