C# 클래스 ReCommendedExtension.ContextActions.AnnotateWithCodeAnnotation

상속: AnnotateWith
파일 보기 프로젝트 열기: prodot/ReCommended-Extension

보호된 메소드들

메소드 설명
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

메소드 상세

AnnotateWithCodeAnnotation() 보호된 메소드

protected AnnotateWithCodeAnnotation ( [ provider ) : System
provider [
리턴 System

CanBeAnnotated() 보호된 추상적인 메소드

protected abstract CanBeAnnotated ( IDeclaredElement declaredElement, [ context, [ module ) : bool
declaredElement IDeclaredElement
context [
module [
리턴 bool

CreateAttributeFactoryIfAvailable() 보호된 최종 메소드

protected final CreateAttributeFactoryIfAvailable ( IAttributesOwnerDeclaration attributesOwnerDeclaration, IPsiModule module, IAttribute &attributeToRemove ) : IAttribute>.Func
attributesOwnerDeclaration IAttributesOwnerDeclaration
module IPsiModule
attributeToRemove IAttribute
리턴 IAttribute>.Func

IsAttribute() 보호된 최종 메소드

protected final IsAttribute ( IAttribute attribute ) : bool
attribute IAttribute
리턴 bool

TryGetAttributeToReplace() 보호된 메소드

protected TryGetAttributeToReplace ( [ ownerDeclaration ) : IAttribute
ownerDeclaration [
리턴 IAttribute