C# Class ReSharper.NTriples.Resolve.UriIdentifierDeclaredElement

Inheritance: IDeclaredElement, IUriIdentifierDeclaredElement
显示文件 Open project: xsburg/ReSharper.NTriples Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetDeclarations ( ) : IList
GetDeclarations ( IUriIdentifierDeclaredElement declaredElement ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile, IUriIdentifierDeclaredElement declaredElement ) : IList
GetElementType ( ) : DeclaredElementType
GetHashCode ( ) : int
GetInfo ( ) : IdentifierInfo
GetKind ( ) : IdentifierKind
GetLocalName ( ) : string
GetNamespace ( ) : string
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetSourceFiles ( IUriIdentifierDeclaredElement declaredElement ) : HybridCollection
GetUri ( ) : string
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool
UriIdentifierDeclaredElement ( IFile file, string @namespace, string localName, IdentifierInfo info, IPsiServices services, bool filterDeclarations = false, IUriIdentifierDeclaredElement parent = null ) : System.Collections.Generic

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDeclarations() public method

public GetDeclarations ( ) : IList
return IList

GetDeclarations() public static method

public static GetDeclarations ( IUriIdentifierDeclaredElement declaredElement ) : IList
declaredElement IUriIdentifierDeclaredElement
return IList

GetDeclarationsIn() public method

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
return IList

GetDeclarationsIn() public static method

public static GetDeclarationsIn ( IPsiSourceFile sourceFile, IUriIdentifierDeclaredElement declaredElement ) : IList
sourceFile IPsiSourceFile
declaredElement IUriIdentifierDeclaredElement
return IList

GetElementType() public method

public GetElementType ( ) : DeclaredElementType
return DeclaredElementType

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetInfo() public method

public GetInfo ( ) : IdentifierInfo
return ReSharper.NTriples.Cache.IdentifierInfo

GetKind() public method

public GetKind ( ) : IdentifierKind
return IdentifierKind

GetLocalName() public method

public GetLocalName ( ) : string
return string

GetNamespace() public method

public GetNamespace ( ) : string
return string

GetPsiServices() public method

public GetPsiServices ( ) : IPsiServices
return IPsiServices

GetSourceFiles() public method

public GetSourceFiles ( ) : HybridCollection
return HybridCollection

GetSourceFiles() public static method

public static GetSourceFiles ( IUriIdentifierDeclaredElement declaredElement ) : HybridCollection
declaredElement IUriIdentifierDeclaredElement
return HybridCollection

GetUri() public method

public GetUri ( ) : string
return string

GetXMLDescriptionSummary() public method

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

GetXMLDoc() public method

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

HasDeclarationsIn() public method

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
return bool

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

UriIdentifierDeclaredElement() public method

public UriIdentifierDeclaredElement ( IFile file, string @namespace, string localName, IdentifierInfo info, IPsiServices services, bool filterDeclarations = false, IUriIdentifierDeclaredElement parent = null ) : System.Collections.Generic
file IFile
@namespace string
localName string
info ReSharper.NTriples.Cache.IdentifierInfo
services IPsiServices
filterDeclarations bool
parent IUriIdentifierDeclaredElement
return System.Collections.Generic