C# Class NJection.LambdaConverter.Expressions.Break

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Break ( ICSharpCode.NRefactory.CSharp breakStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

Method Details

Accept() public méthode

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

Break() protected méthode

protected Break ( ICSharpCode.NRefactory.CSharp breakStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
breakStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat System

Reduce() public méthode

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

Update() public méthode

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