C# 클래스 PredictiveCodeSuggestions.AutoTemplates.Analyzers.StatementAnalyzer

Defines the StatementAnalyzer class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

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