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

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

공개 메소드들

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

Determines whether this instance can handle the specified statement.

Handle ( IStatement statement ) : AutoTemplateScope

Handles the specified statement.

보호된 메소드들

메소드 설명
GetInnerStatement ( IStatement statement ) : IStatement

Gets the inner statement.

GetInsertPosition ( IStatement statement ) : DocumentRange

Gets the insert position.

메소드 상세

CanHandle() 공개 메소드

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

GetInnerStatement() 보호된 메소드

Gets the inner statement.
protected GetInnerStatement ( IStatement statement ) : IStatement
statement IStatement The statement.
리턴 IStatement

GetInsertPosition() 보호된 메소드

Gets the insert position.
protected GetInsertPosition ( IStatement statement ) : DocumentRange
statement IStatement The statement.
리턴 DocumentRange

Handle() 공개 메소드

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