public class SuppressLocalWithCommentFix extends SuppressByJavaCommentFix
Iconable.IconFlags, Iconable.LastComputedIcon
mySuppressionHolderClass
myID
EMPTY_ARRAY
ICON_FLAG_IGNORE_MASK, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY
Constructor and Description |
---|
SuppressLocalWithCommentFix(HighlightDisplayKey key) |
Modifier and Type | Method and Description |
---|---|
PsiElement |
getContainer(PsiElement context) |
protected PsiElement |
getElementToAnnotate(PsiElement element,
PsiElement container) |
java.lang.String |
getText() |
createSuppression, replaceSuppressionComments, startInWriteAction, suppressWithComment
applyFix, getCommentLanguage, getCommentsFor, getFamilyName, getIcon, getName, invoke, isAvailable, isShouldBeAppliedToInjectionHost, isSuppressAll, replaceSuppressionComment, setShouldBeAppliedToInjectionHost, setText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getElementToMakeWritable
public SuppressLocalWithCommentFix(HighlightDisplayKey key)
public PsiElement getContainer(PsiElement context)
getContainer
in interface ContainerBasedSuppressQuickFix
getContainer
in class SuppressByJavaCommentFix
protected PsiElement getElementToAnnotate(PsiElement element, PsiElement container)
getElementToAnnotate
in class SuppressByJavaCommentFix
public java.lang.String getText()
getText
in class SuppressByCommentFix