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

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

Méthodes publiques

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

Private Methods

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

Method Details

SyntaxHighlightingProcess() public méthode

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