C# Class ReSharper.NTriples.CodeInspections.ErrorElementHighlightingStage

Inheritance: NTriplesDaemonStageBase
Datei anzeigen Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
CreateProcess ( IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind ) : IEnumerable
ErrorElementHighlightingStage ( CodeAnnotationsCache codeAnnotationsCache ) : System.Collections.Generic
NeedsErrorStripe ( IPsiSourceFile sourceFile, IContextBoundSettingsStore settings ) : ErrorStripeRequest

Method Details

CreateProcess() public method

public CreateProcess ( IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind ) : IEnumerable
process IDaemonProcess
settings IContextBoundSettingsStore
processKind DaemonProcessKind
return IEnumerable

ErrorElementHighlightingStage() public method

public ErrorElementHighlightingStage ( CodeAnnotationsCache codeAnnotationsCache ) : System.Collections.Generic
codeAnnotationsCache CodeAnnotationsCache
return System.Collections.Generic

NeedsErrorStripe() public method

public NeedsErrorStripe ( IPsiSourceFile sourceFile, IContextBoundSettingsStore settings ) : ErrorStripeRequest
sourceFile IPsiSourceFile
settings IContextBoundSettingsStore
return ErrorStripeRequest