C# Class ReSharper.NTriples.CodeInspections.SyntaxHighlightingStage.SyntaxHighlightingProcess

Inheritance: NTriplesIncrementalDaemonStageProcessBase
Mostra file Open project: xsburg/ReSharper.NTriples

Public Methods

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

Private Methods

Method Description
AddHighlighting ( [ consumer, IHighlighting highlighting ) : void
AddSyntaxHighlighting ( [ consumer, ITreeNode node, string attributeId ) : void

Method Details

SyntaxHighlightingProcess() public method

public SyntaxHighlightingProcess ( 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