public class CleanupAllIntention extends CleanupIntention
PriorityAction.Priority
Modifier and Type | Field and Description |
---|---|
static CleanupAllIntention |
INSTANCE |
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFamilyName()
Returns the name of the family of intentions.
|
protected AnalysisScope |
getScope(Project project,
PsiFile file) |
getText, invoke, isAvailable, startInWriteAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementToMakeWritable
getPriority
public static final CleanupAllIntention INSTANCE
public java.lang.String getFamilyName()
IntentionAction
getFamilyName
in interface IntentionAction
getFamilyName
in class CleanupIntention
IntentionManager.registerIntentionAndMetaData(IntentionAction, String...)
protected AnalysisScope getScope(Project project, PsiFile file)
getScope
in class CleanupIntention