C# Class ReSharper.NTriples.Feature.Finding.GotoMember.NTriplesGotoFileMemberProvider

Inheritance: IGotoFileMemberProvider
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool

Private Methods

Méthode Description
CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
GetPrimaryMembers ( FileMemberNavigationScope fileMemberScope ) : IEnumerable
GetQuickSearchTexts ( IDeclaredElement declaredElement ) : bool>>.IEnumerable

Method Details

FindMatchingInfos() public méthode

public FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
matcher IdentifierMatcher
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
Résultat IEnumerable

GetOccurencesByMatchingInfo() public méthode

public GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkForInterrupt ) : IEnumerable
navigationInfo MatchingInfo
scope INavigationScope
gotoContext GotoContext
checkForInterrupt Func
Résultat IEnumerable

IsApplicable() public méthode

public IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool
scope INavigationScope
gotoContext GotoContext
matcher IdentifierMatcher
Résultat bool

IsSourceFileAvailable() protected méthode

protected IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Résultat bool