C# 클래스 Rubberduck.Inspections.InspectionBase

상속: IInspection
파일 보기 프로젝트 열기: retailcoder/Rubberduck

보호된 프로퍼티들

프로퍼티 타입 설명
State Rubberduck.Parsing.VBA.RubberduckParserState

공개 메소드들

메소드 설명
CompareTo ( IInspection other ) : int
CompareTo ( object obj ) : int
GetInspectionResults ( ) : IEnumerable

A method that inspects the parser state and returns all issues it can find.

보호된 메소드들

메소드 설명
InspectionBase ( RubberduckParserState state, CodeInspectionSeverity defaultSeverity = CodeInspectionSeverity.Warning ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IInspection other ) : int
other IInspection
리턴 int

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

GetInspectionResults() 공개 추상적인 메소드

A method that inspects the parser state and returns all issues it can find.
public abstract GetInspectionResults ( ) : IEnumerable
리턴 IEnumerable

InspectionBase() 보호된 메소드

protected InspectionBase ( RubberduckParserState state, CodeInspectionSeverity defaultSeverity = CodeInspectionSeverity.Warning ) : System
state Rubberduck.Parsing.VBA.RubberduckParserState
defaultSeverity CodeInspectionSeverity
리턴 System

프로퍼티 상세

State 보호되어 있는 프로퍼티

protected RubberduckParserState,Rubberduck.Parsing.VBA State
리턴 Rubberduck.Parsing.VBA.RubberduckParserState