C# Class ReSharper.NTriples.CodeInspections.ContextErrorHighlighterProcess

Inheritance: NTriplesIncrementalDaemonStageProcessBase
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
ContextErrorHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : JetBrains.Application.Settings
VisitPrefix ( IPrefix prefixParam, IHighlightingConsumer consumer ) : void

Private Methods

Méthode Description
AddHighLighting ( DocumentRange range, ITreeNode element, IHighlightingConsumer consumer, IHighlighting highlighting ) : void

Method Details

ContextErrorHighlighterProcess() public méthode

public ContextErrorHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : JetBrains.Application.Settings
daemonProcess IDaemonProcess
settingsStore IContextBoundSettingsStore
Résultat JetBrains.Application.Settings

VisitPrefix() public méthode

public VisitPrefix ( IPrefix prefixParam, IHighlightingConsumer consumer ) : void
prefixParam IPrefix
consumer IHighlightingConsumer
Résultat void