C# Class NJection.LambdaConverter.Expressions.Block

Inheritance: Scope
Afficher le fichier Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Protected Properties

Свойство Type Description
BlockExpressions Collection
Parameters IEnumerable

Méthodes publiques

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

Méthodes protégées

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

Method Details

Accept() public méthode

public Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
Résultat System.Linq.Expressions.Expression

AddReturnLabelExpression() protected méthode

protected AddReturnLabelExpression ( ) : void
Résultat void

Block() protected méthode

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

BuildExpressions() protected méthode

protected BuildExpressions ( ) : void
Résultat void

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

ResolveType() public méthode

public ResolveType ( ICSharpCode.NRefactory.CSharp blockStatement ) : Type
blockStatement ICSharpCode.NRefactory.CSharp
Résultat System.Type

Update() public méthode

public Update ( IEnumerable variables, IEnumerable parameters ) : Expression
variables IEnumerable
parameters IEnumerable
Résultat System.Linq.Expressions.Expression

Property Details

BlockExpressions protected_oe property

protected Collection BlockExpressions
Résultat Collection

Parameters protected_oe property

protected IEnumerable Parameters
Résultat IEnumerable