public class MakeMethodStaticRefactoringImpl extends RefactoringImpl<MakeMethodStaticProcessor> implements MakeStaticRefactoring<PsiMethod>
myProcessor| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassParameterName() |
java.util.List<PsiField> |
getFields() |
PsiMethod |
getMember() |
java.lang.String |
getParameterNameForField(PsiField field) |
boolean |
isReplaceUsages() |
doRefactoring, findUsages, isInteractive, isPreviewUsages, preprocessUsages, run, setInteractive, setPreviewUsages, shouldPreviewUsagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoRefactoring, findUsages, isInteractive, isPreviewUsages, preprocessUsages, run, setInteractive, setPreviewUsages, shouldPreviewUsagespublic PsiMethod getMember()
getMember in interface MakeStaticRefactoring<PsiMethod>public boolean isReplaceUsages()
isReplaceUsages in interface MakeStaticRefactoring<PsiMethod>public java.lang.String getClassParameterName()
getClassParameterName in interface MakeStaticRefactoring<PsiMethod>public java.util.List<PsiField> getFields()
getFields in interface MakeStaticRefactoring<PsiMethod>public java.lang.String getParameterNameForField(PsiField field)
getParameterNameForField in interface MakeStaticRefactoring<PsiMethod>