C# Class ReSharper.NTriples.CodeInspections.SuggestionHighlighterProcess

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

Public Methods

Method Description
SuggestionHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : System
VisitSentences ( ISentences sentencesParam, IHighlightingConsumer consumer ) : void
VisitStatement ( ReSharper.NTriples.Tree.IStatement statementParam, IHighlightingConsumer consumer ) : void

Private Methods

Method Description
AddFactsSuggestionHighlighting ( IHighlightingConsumer consumer, string message, IFact startElement, IFact endElement ) : void
AddSentenceSuggestionHighlighting ( IHighlightingConsumer consumer, string message, ISentence startElement, ISentence endElement ) : void

Method Details

SuggestionHighlighterProcess() public method

public SuggestionHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : System
daemonProcess IDaemonProcess
settingsStore IContextBoundSettingsStore
return System

VisitSentences() public method

public VisitSentences ( ISentences sentencesParam, IHighlightingConsumer consumer ) : void
sentencesParam ISentences
consumer IHighlightingConsumer
return void

VisitStatement() public method

public VisitStatement ( ReSharper.NTriples.Tree.IStatement statementParam, IHighlightingConsumer consumer ) : void
statementParam ReSharper.NTriples.Tree.IStatement
consumer IHighlightingConsumer
return void