C# 클래스 ReSharper.NTriples.CodeInspections.ErrorElementHighlightingStage.KeywordHighlightingProcess

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

공개 메소드들

메소드 설명
KeywordHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore ) : System.Collections.Generic
VisitNode ( ITreeNode node, IHighlightingConsumer consumer ) : void

비공개 메소드들

메소드 설명
AddHighlighting ( [ consumer, [ expression ) : void

메소드 상세

KeywordHighlightingProcess() 공개 메소드

public KeywordHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore ) : System.Collections.Generic
process IDaemonProcess
settingsStore IContextBoundSettingsStore
리턴 System.Collections.Generic

VisitNode() 공개 메소드

public VisitNode ( ITreeNode node, IHighlightingConsumer consumer ) : void
node ITreeNode
consumer IHighlightingConsumer
리턴 void