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

Defines the StatementAnalyzer class.
Показать файл Открыть проект

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

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

Determines whether this instance can handle the specified statement.

GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable

Gets the statement descriptors.

Защищенные методы

Метод Описание
ProcessTemplate ( AutoTemplateScope scope ) : IEnumerable

Processes the template.

Приватные методы

Метод Описание
Handle ( [ statement ) : AutoTemplateScope

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

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

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

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

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

ProcessTemplate() защищенный Метод

Processes the template.
protected ProcessTemplate ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
Результат IEnumerable