C# Class ReSharper.NTriples.CodeInspections.ErrorElementHighlightingStage.KeywordHighlightingProcess

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

Méthodes publiques

Méthode Description
KeywordHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore ) : System.Collections.Generic
VisitNode ( ITreeNode node, IHighlightingConsumer consumer ) : void

Private Methods

Méthode Description
AddHighlighting ( [ consumer, [ expression ) : void

Method Details

KeywordHighlightingProcess() public méthode

public KeywordHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore ) : System.Collections.Generic
process IDaemonProcess
settingsStore IContextBoundSettingsStore
Résultat System.Collections.Generic

VisitNode() public méthode

public VisitNode ( ITreeNode node, IHighlightingConsumer consumer ) : void
node ITreeNode
consumer IHighlightingConsumer
Résultat void