C# Class Rubberduck.Inspections.InspectionBase

Inheritance: IInspection
Afficher le fichier Open project: retailcoder/Rubberduck

Protected Properties

Свойство Type Description
State Rubberduck.Parsing.VBA.RubberduckParserState

Méthodes publiques

Méthode Description
CompareTo ( IInspection other ) : int
CompareTo ( object obj ) : int
GetInspectionResults ( ) : IEnumerable

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

Méthodes protégées

Méthode Description
InspectionBase ( RubberduckParserState state, CodeInspectionSeverity defaultSeverity = CodeInspectionSeverity.Warning ) : System

Method Details

CompareTo() public méthode

public CompareTo ( IInspection other ) : int
other IInspection
Résultat int

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

GetInspectionResults() public abstract méthode

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

InspectionBase() protected méthode

protected InspectionBase ( RubberduckParserState state, CodeInspectionSeverity defaultSeverity = CodeInspectionSeverity.Warning ) : System
state Rubberduck.Parsing.VBA.RubberduckParserState
defaultSeverity CodeInspectionSeverity
Résultat System

Property Details

State protected_oe property

protected RubberduckParserState,Rubberduck.Parsing.VBA State
Résultat Rubberduck.Parsing.VBA.RubberduckParserState