C# Class ReCommendedExtension.ContextActions.AnnotateWithCodeAnnotation

Inheritance: AnnotateWith
Afficher le fichier Open project: prodot/ReCommended-Extension

Méthodes protégées

Méthode Description
AnnotateWithCodeAnnotation ( [ provider ) : System
CanBeAnnotated ( IDeclaredElement declaredElement, [ context, [ module ) : bool
CreateAttributeFactoryIfAvailable ( IAttributesOwnerDeclaration attributesOwnerDeclaration, IPsiModule module, IAttribute &attributeToRemove ) : IAttribute>.Func
IsAttribute ( IAttribute attribute ) : bool
TryGetAttributeToReplace ( [ ownerDeclaration ) : IAttribute

Method Details

AnnotateWithCodeAnnotation() protected méthode

protected AnnotateWithCodeAnnotation ( [ provider ) : System
provider [
Résultat System

CanBeAnnotated() protected abstract méthode

protected abstract CanBeAnnotated ( IDeclaredElement declaredElement, [ context, [ module ) : bool
declaredElement IDeclaredElement
context [
module [
Résultat bool

CreateAttributeFactoryIfAvailable() protected final méthode

protected final CreateAttributeFactoryIfAvailable ( IAttributesOwnerDeclaration attributesOwnerDeclaration, IPsiModule module, IAttribute &attributeToRemove ) : IAttribute>.Func
attributesOwnerDeclaration IAttributesOwnerDeclaration
module IPsiModule
attributeToRemove IAttribute
Résultat IAttribute>.Func

IsAttribute() protected final méthode

protected final IsAttribute ( IAttribute attribute ) : bool
attribute IAttribute
Résultat bool

TryGetAttributeToReplace() protected méthode

protected TryGetAttributeToReplace ( [ ownerDeclaration ) : IAttribute
ownerDeclaration [
Résultat IAttribute