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

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

공개 메소드들

메소드 설명
CanHandle ( IStatement statement ) : bool

Determines whether this instance can handle the specified statement.

GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable

Gets the templates.

Handle ( IStatement statement ) : AutoTemplateScope

Handles the specified statement.

HandleInvocation ( [ expressionStatement, string>.[ statementParameters ) : bool

Determines whether this instance [can generate invocation] the specified parameters.

메소드 상세

CanHandle() 공개 메소드

Determines whether this instance can handle the specified statement.
public CanHandle ( IStatement statement ) : bool
statement IStatement The statement.
리턴 bool

GetStatementDescriptors() 공개 메소드

Gets the templates.
public GetStatementDescriptors ( AutoTemplateScope scope ) : IEnumerable
scope AutoTemplateScope The scope.
리턴 IEnumerable

Handle() 공개 메소드

Handles the specified statement.
public Handle ( IStatement statement ) : AutoTemplateScope
statement IStatement The statement.
리턴 AutoTemplateScope

HandleInvocation() 공개 정적인 메소드

Determines whether this instance [can generate invocation] the specified parameters.
public static HandleInvocation ( [ expressionStatement, string>.[ statementParameters ) : bool
expressionStatement [ The expression statement.
statementParameters string>.[ The parameters.
리턴 bool