C# 클래스 ReSharper.Exceptional.Analyzers.AnalyzerBase

A base class for all analyzers.
파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper 1 사용 예제들

공개 메소드들

메소드 설명
Visit ( CatchClauseModel catchClause ) : void

Performs analyze of catchClause.

Visit ( ExceptionDocCommentModel exceptionDocumentation ) : void

Performs analyze of exceptionDocumentation.

Visit ( ThrowStatementModel throwStatement ) : void

Performs analyze of throw throwStatement.

Visit ( ThrownExceptionModel thrownException ) : void

Performs analyze of thrownException.

메소드 상세

Visit() 공개 메소드

Performs analyze of catchClause.
public Visit ( CatchClauseModel catchClause ) : void
catchClause CatchClauseModel Catch clause to analyze.
리턴 void

Visit() 공개 메소드

Performs analyze of exceptionDocumentation.
public Visit ( ExceptionDocCommentModel exceptionDocumentation ) : void
exceptionDocumentation ReSharper.Exceptional.Models.ExceptionDocCommentModel Exception documentation to analyze.
리턴 void

Visit() 공개 메소드

Performs analyze of throw throwStatement.
public Visit ( ThrowStatementModel throwStatement ) : void
throwStatement ThrowStatementModel Throw statement model to analyze.
리턴 void

Visit() 공개 메소드

Performs analyze of thrownException.
public Visit ( ThrownExceptionModel thrownException ) : void
thrownException ReSharper.Exceptional.Models.ThrownExceptionModel Thrown exception to analyze.
리턴 void