C# Class ReSharper.NTriples.Impl.Tree.UriString

Inheritance: IDeclaredElement, IUriIdentifierDeclaredElement
Datei anzeigen Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetFirstClassReferences ( ) : ReferenceCollection
GetInfo ( ) : IdentifierInfo
GetKind ( ) : IdentifierKind
GetLocalName ( ) : string
GetNameRange ( ) : TreeTextRange
GetNamespace ( ) : string
GetUri ( ) : string
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
IsSynthetic ( ) : bool
SetName ( string name ) : void
SetReferenceName ( string shortName ) : void

Private Methods

Method Description
GetDeclaredName ( ) : string

Method Details

GetDeclarations() public method

public GetDeclarations ( ) : IList
return IList

GetDeclarationsIn() public method

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

GetElementType() public method

public GetElementType ( ) : DeclaredElementType
return DeclaredElementType

GetFirstClassReferences() public method

public GetFirstClassReferences ( ) : ReferenceCollection
return ReferenceCollection

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

GetNameRange() public method

public GetNameRange ( ) : TreeTextRange
return TreeTextRange

GetNamespace() public method

public GetNamespace ( ) : string
return string

GetUri() public method

public GetUri ( ) : string
return string

GetXMLDescriptionSummary() public method

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
return XmlNode

GetXMLDoc() public method

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
return XmlNode

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

SetName() public method

public SetName ( string name ) : void
name string
return void

SetReferenceName() public method

public SetReferenceName ( string shortName ) : void
shortName string
return void