C# Class PredictiveCodeSuggestions.AutoTemplates.AutoTemplateAnalyzer

The auto template analyzer.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Private Properties

Property Type Description
Process void
Process void
Process void
Process void
ProcessTreeNode void

Public Methods

Method Description
Add ( [ statementDescriptor ) : void

Makes the candidate.

AutoTemplateAnalyzer ( [ solution ) : System

Initializes a new instance of the AutoTemplateAnalyzer class.

Process ( ProgressIndicator progressIndicator, IEnumerable fileNames ) : void

Runs this instance.

Private Methods

Method Description
Process ( [ project ) : void

Processes the specified project.

Process ( [ project, [ file ) : void

Processes the specified file.

Process ( string fileName ) : void

Processes the specified file name.

Process ( string fileName, IEnumerable fileNames ) : void

Processes the specified file names.

ProcessTreeNode ( [ treeNode ) : void

Processes the tree node.

Method Details

Add() public method

Makes the candidate.
statementDescriptor
public Add ( [ statementDescriptor ) : void
statementDescriptor [ The template.
return void

AutoTemplateAnalyzer() public method

Initializes a new instance of the AutoTemplateAnalyzer class.
Solution is null.
public AutoTemplateAnalyzer ( [ solution ) : System
solution [ The solution.
return System

Process() public method

Runs this instance.
public Process ( ProgressIndicator progressIndicator, IEnumerable fileNames ) : void
progressIndicator PredictiveCodeSuggestions.ProgressIndicators.ProgressIndicator The progress Indicator.
fileNames IEnumerable The file Names.
return void