C# Class PredictiveCodeSuggestions.AutoTemplates.Analyzers.AssignmentAnalyzer

Defines the AssignmentAnalyzer class.
Inheritance: StatementAnalyzer
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode Description
CanHandle ( IStatement statement ) : bool

Determines whether this instance can handle the specified statement.

Handle ( IStatement statement ) : AutoTemplateScope

Handles the specified statement.

HandleAssignment ( [ assignmentExpression, string>.[ parameters ) : bool

Determines whether this instance [can generate invocation] the specified parameters.

Method Details

CanHandle() public méthode

Determines whether this instance can handle the specified statement.
public CanHandle ( IStatement statement ) : bool
statement IStatement The statement.
Résultat bool

Handle() public méthode

Handles the specified statement.
public Handle ( IStatement statement ) : AutoTemplateScope
statement IStatement The statement.
Résultat AutoTemplateScope

HandleAssignment() public static méthode

Determines whether this instance [can generate invocation] the specified parameters.
public static HandleAssignment ( [ assignmentExpression, string>.[ parameters ) : bool
assignmentExpression [ The expression statement.
parameters string>.[ The parameters.
Résultat bool