C# Class PredictiveCodeSuggestions.AutoTemplates.Analyzers.StatementAnalyzer

Defines the StatementAnalyzer class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
CanHandle ( [ statement ) : bool

Determines whether this instance can handle the specified statement.

GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable

Gets the statement descriptors.

Protected Methods

Method Description
ProcessTemplate ( AutoTemplateScope scope ) : IEnumerable

Processes the template.

Private Methods

Method Description
Handle ( [ statement ) : AutoTemplateScope

Method Details

CanHandle() public abstract method

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

GetStatementDescriptors() public method

Gets the statement descriptors.
public GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
return IEnumerable

ProcessTemplate() protected method

Processes the template.
protected ProcessTemplate ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
return IEnumerable