C# Class PredictiveCodeSuggestions.AutoTemplates.Analyzers.StatementAnalyzer

Defines the StatementAnalyzer class.
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode Description
CanHandle ( [ statement ) : bool

Determines whether this instance can handle the specified statement.

GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable

Gets the statement descriptors.

Méthodes protégées

Méthode Description
ProcessTemplate ( AutoTemplateScope scope ) : IEnumerable

Processes the template.

Private Methods

Méthode Description
Handle ( [ statement ) : AutoTemplateScope

Method Details

CanHandle() public abstract méthode

Determines whether this instance can handle the specified statement.
public abstract CanHandle ( [ statement ) : bool
statement [ The statement.
Résultat bool

GetStatementDescriptors() public méthode

Gets the statement descriptors.
public GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
Résultat IEnumerable

ProcessTemplate() protected méthode

Processes the template.
protected ProcessTemplate ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
Résultat IEnumerable