C# Класс PredictiveCodeSuggestions.AutoTemplates.Analyzers.LocalVariableAnalyzer

Defines the LocalVariableAnalyzer class.
Наследование: StatementAnalyzer
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CanHandle() публичный Метод

Determines whether this instance can handle the specified statement.
public CanHandle ( IStatement statement ) : bool
statement IStatement The statement.
Результат bool

Handle() публичный Метод

Handles the specified statement.
public Handle ( IStatement statement ) : AutoTemplateScope
statement IStatement The statement.
Результат AutoTemplateScope

HandleLocalVariable() публичный статический Метод

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.
Результат bool