C# Class NJection.LambdaConverter.Expressions.Throw

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

Méthodes protégées

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

Reduce() public méthode

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

Throw() protected méthode

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

Update() public méthode

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