C# 클래스 ReSharper.NTriples.CodeInspections.SuggestionHighlighterProcess

상속: NTriplesIncrementalDaemonStageProcessBase
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
SuggestionHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : System
VisitSentences ( ISentences sentencesParam, IHighlightingConsumer consumer ) : void
VisitStatement ( ReSharper.NTriples.Tree.IStatement statementParam, IHighlightingConsumer consumer ) : void

비공개 메소드들

메소드 설명
AddFactsSuggestionHighlighting ( IHighlightingConsumer consumer, string message, IFact startElement, IFact endElement ) : void
AddSentenceSuggestionHighlighting ( IHighlightingConsumer consumer, string message, ISentence startElement, ISentence endElement ) : void

메소드 상세

SuggestionHighlighterProcess() 공개 메소드

public SuggestionHighlighterProcess ( IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore ) : System
daemonProcess IDaemonProcess
settingsStore IContextBoundSettingsStore
리턴 System

VisitSentences() 공개 메소드

public VisitSentences ( ISentences sentencesParam, IHighlightingConsumer consumer ) : void
sentencesParam ISentences
consumer IHighlightingConsumer
리턴 void

VisitStatement() 공개 메소드

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