C# Class PredictiveCodeSuggestions.AutoTemplates.Analyzers.AssignmentAnalyzer

Defines the AssignmentAnalyzer class.
Inheritance: StatementAnalyzer
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method 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 method

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

Handle() public method

Handles the specified statement.
public Handle ( IStatement statement ) : AutoTemplateScope
statement IStatement The statement.
return AutoTemplateScope

HandleAssignment() public static method

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.
return bool