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

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

Méthodes publiques

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

Méthode Description
GetDeclaredName ( ) : string

Method Details

GetDeclarations() public méthode

public GetDeclarations ( ) : IList
Résultat IList

GetDeclarationsIn() public méthode

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
Résultat IList

GetElementType() public méthode

public GetElementType ( ) : DeclaredElementType
Résultat DeclaredElementType

GetNameRange() public méthode

public GetNameRange ( ) : TreeTextRange
Résultat TreeTextRange

GetXMLDescriptionSummary() public méthode

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
Résultat System.Xml.XmlNode

GetXMLDoc() public méthode

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
Résultat System.Xml.XmlNode

IsSynthetic() public méthode

public IsSynthetic ( ) : bool
Résultat bool

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void