C# Class ReSharper.NTriples.Resolve.PrefixDeclaredElement

Inheritance: IDeclaredElement
显示文件 Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool
PrefixDeclaredElement ( IFile file, string name, IPsiServices services ) : System.Collections.Generic
SetName ( string name ) : void

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

GetPsiServices() public method

public GetPsiServices ( ) : IPsiServices
return IPsiServices

GetSourceFiles() public method

public GetSourceFiles ( ) : HybridCollection
return HybridCollection

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

PrefixDeclaredElement() public method

public PrefixDeclaredElement ( IFile file, string name, IPsiServices services ) : System.Collections.Generic
file IFile
name string
services IPsiServices
return System.Collections.Generic

SetName() public method

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