C# Class PredictiveCodeSuggestions.AutoTemplates.Analyzers.LocalVariableAnalyzer

Defines the LocalVariableAnalyzer 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.

HandleLocalVariable ( [ declarationStatement, string>.[ scopeParameters ) : 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

HandleLocalVariable() public static method

Determines whether this instance [can generate invocation] the specified parameters.
public static HandleLocalVariable ( [ declarationStatement, string>.[ scopeParameters ) : bool
declarationStatement [ The expression statement.
scopeParameters string>.[ The parameters.
return bool