C# Class NJection.LambdaConverter.Expressions.Goto

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 labelTarget, Type type ) : Expression

Méthodes protégées

Méthode Description
Goto ( ICSharpCode.NRefactory.CSharp gotoStatement, 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

Goto() protected méthode

protected Goto ( ICSharpCode.NRefactory.CSharp gotoStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
gotoStatement 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 labelTarget, Type type ) : Expression
labelTarget System.Linq.Expressions.LabelTarget
type System.Type
Résultat System.Linq.Expressions.Expression