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

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

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

Метод Описание
CanHandle ( IStatement statement ) : bool

Determines whether this instance can handle the specified statement.

GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable

Gets the templates.

Handle ( IStatement statement ) : AutoTemplateScope

Handles the specified statement.

HandleInvocation ( [ expressionStatement, string>.[ statementParameters ) : 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

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

Gets the templates.
public GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
Результат IEnumerable

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

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

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

Determines whether this instance [can generate invocation] the specified parameters.
public static HandleInvocation ( [ expressionStatement, string>.[ statementParameters ) : bool
expressionStatement [ The expression statement.
statementParameters string>.[ The parameters.
Результат bool