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

Inheritance: NTriplesIncrementalDaemonStageProcessBase
Mostrar archivo Open project: xsburg/ReSharper.NTriples

Public Methods

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

Private Methods

Method Description
AddHighlighting ( [ consumer, [ expression ) : void

Method Details

KeywordHighlightingProcess() public method

public KeywordHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore ) : System.Collections.Generic
process IDaemonProcess
settingsStore IContextBoundSettingsStore
return System.Collections.Generic

VisitNode() public method

public VisitNode ( ITreeNode node, IHighlightingConsumer consumer ) : void
node ITreeNode
consumer IHighlightingConsumer
return void