Method | Description | |
---|---|---|
SuggestionHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : System | ||
VisitSentences ( ISentences sentencesParam, IHighlightingConsumer consumer ) : void | ||
VisitStatement ( ReSharper.NTriples.Tree.IStatement statementParam, IHighlightingConsumer consumer ) : void |
Method | Description | |
---|---|---|
AddFactsSuggestionHighlighting ( IHighlightingConsumer consumer, string message, IFact startElement, IFact endElement ) : void | ||
AddSentenceSuggestionHighlighting ( IHighlightingConsumer consumer, string message, ISentence startElement, ISentence endElement ) : void |
public SuggestionHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : System | ||
daemonProcess | IDaemonProcess | |
settingsStore | IContextBoundSettingsStore | |
return | System |
public VisitSentences ( ISentences sentencesParam, IHighlightingConsumer consumer ) : void | ||
sentencesParam | ISentences | |
consumer | IHighlightingConsumer | |
return | void |
public VisitStatement ( ReSharper.NTriples.Tree.IStatement statementParam, IHighlightingConsumer consumer ) : void | ||
statementParam | ReSharper.NTriples.Tree.IStatement | |
consumer | IHighlightingConsumer | |
return | void |