Method | Description | |
---|---|---|
GetAllPrefixDeclarationSymbols ( ) : IEnumerable |
||
GetAllUriIdentifierSymbols ( ) : IEnumerable |
||
GetAllUriIdentifierSymbolsByFile ( ) : NTriplesUriIdentifierSymbol>.OneToListMap |
||
GetAllUriIdentifiersInNamespace ( string @namespace ) : IEnumerable |
||
GetAvailableProperties ( IEnumerable |
||
GetFilesContainingUri ( string @namespace, string localName ) : IList |
||
GetInstanceTypes ( string subjectUri ) : IEnumerable |
||
GetPrefixDeclarationSymbols ( string name ) : IEnumerable |
||
GetSubjects ( string uri ) : IEnumerable |
||
GetTypeDeclarations ( string subjectUri ) : IEnumerable |
||
GetUriIdentifierSymbolsDeclaredInFile ( IPsiSourceFile sourceFile ) : IEnumerable |
||
HasSubjects ( string uri ) : bool | ||
HasTypeDeclarations ( string subjectUri ) : bool | ||
NTriplesCache ( Lifetime lifetime, IShellLocks shellLocks, IPsiConfiguration psiConfiguration, IPersistentIndexManager persistentIdIndex ) : System.Collections.Generic |
Method | Description | |
---|---|---|
ClearCache ( IPsiSourceFile sourceFile ) : void | ||
ComputeCache ( IPsiSourceFile sourceFile, IList |
||
SymbolsUpToDate ( IPsiSourceFile psiSourceFile ) : bool |
Method | Description | |
---|---|---|
FixNamespace ( string @namespace ) : string |
protected ClearCache ( IPsiSourceFile sourceFile ) : void | ||
sourceFile | IPsiSourceFile | |
return | void |
protected ComputeCache ( IPsiSourceFile sourceFile, IList |
||
sourceFile | IPsiSourceFile | |
data | IList |
|
return |
public GetAllPrefixDeclarationSymbols ( ) : IEnumerable |
||
return | IEnumerable |
public GetAllUriIdentifierSymbols ( ) : IEnumerable |
||
return | IEnumerable |
public GetAllUriIdentifierSymbolsByFile ( ) : NTriplesUriIdentifierSymbol>.OneToListMap |
||
return | NTriplesUriIdentifierSymbol>.OneToListMap |
public GetAllUriIdentifiersInNamespace ( string @namespace ) : IEnumerable |
||
@namespace | string | |
return | IEnumerable |
public GetAvailableProperties ( IEnumerable |
||
typesUri | IEnumerable |
|
return | IEnumerable |
public GetFilesContainingUri ( string @namespace, string localName ) : IList |
||
@namespace | string | |
localName | string | |
return | IList |
public GetInstanceTypes ( string subjectUri ) : IEnumerable |
||
subjectUri | string | |
return | IEnumerable |
public GetPrefixDeclarationSymbols ( string name ) : IEnumerable |
||
name | string | |
return | IEnumerable |
public GetSubjects ( string uri ) : IEnumerable |
||
uri | string | |
return | IEnumerable |
public GetTypeDeclarations ( string subjectUri ) : IEnumerable |
||
subjectUri | string | |
return | IEnumerable |
public GetUriIdentifierSymbolsDeclaredInFile ( IPsiSourceFile sourceFile ) : IEnumerable |
||
sourceFile | IPsiSourceFile | |
return | IEnumerable |
public HasTypeDeclarations ( string subjectUri ) : bool | ||
subjectUri | string | |
return | bool |
public NTriplesCache ( Lifetime lifetime, IShellLocks shellLocks, IPsiConfiguration psiConfiguration, IPersistentIndexManager persistentIdIndex ) : System.Collections.Generic | ||
lifetime | Lifetime | |
shellLocks | IShellLocks | |
psiConfiguration | IPsiConfiguration | |
persistentIdIndex | IPersistentIndexManager | |
return | System.Collections.Generic |
protected SymbolsUpToDate ( IPsiSourceFile psiSourceFile ) : bool | ||
psiSourceFile | IPsiSourceFile | |
return | bool |