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

Inheritance: IDeclaredElement
Exibir arquivo Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetNameRange ( ) : TreeTextRange
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
IsSynthetic ( ) : bool
SetName ( string name ) : 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

GetNameRange() public method

public GetNameRange ( ) : TreeTextRange
return TreeTextRange

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

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

SetName() public method

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