C# 클래스 ReSharper.NTriples.Feature.Finding.GotoMember.NTriplesGotoFileMemberProvider

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

공개 메소드들

메소드 설명
FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkForInterrupt ) : IEnumerable
IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool

보호된 메소드들

메소드 설명
IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool

비공개 메소드들

메소드 설명
CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
GetPrimaryMembers ( FileMemberNavigationScope fileMemberScope ) : IEnumerable
GetQuickSearchTexts ( IDeclaredElement declaredElement ) : bool>>.IEnumerable

메소드 상세

FindMatchingInfos() 공개 메소드

public FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
matcher IdentifierMatcher
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
리턴 IEnumerable

GetOccurencesByMatchingInfo() 공개 메소드

public GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkForInterrupt ) : IEnumerable
navigationInfo MatchingInfo
scope INavigationScope
gotoContext GotoContext
checkForInterrupt Func
리턴 IEnumerable

IsApplicable() 공개 메소드

public IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool
scope INavigationScope
gotoContext GotoContext
matcher IdentifierMatcher
리턴 bool

IsSourceFileAvailable() 보호된 메소드

protected IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
리턴 bool