C# 클래스 PredictiveCodeSuggestions.AutoTemplates.AutoTemplateAnalyzer

The auto template analyzer.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Process void
Process void
Process void
Process void
ProcessTreeNode void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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

AutoTemplateAnalyzer() 공개 메소드

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

Process() 공개 메소드

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