public class MoveInstanceMethodRefactoringImpl extends RefactoringImpl<MoveInstanceMethodProcessor> implements MoveInstanceMethodRefactoring
myProcessor| Modifier and Type | Method and Description | 
|---|---|
PsiMethod | 
getMethod()  | 
PsiClass | 
getTargetClass()  | 
PsiVariable | 
getTargetVariable()  | 
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 getMethod()
getMethod in interface MoveInstanceMethodRefactoringpublic PsiVariable getTargetVariable()
getTargetVariable in interface MoveInstanceMethodRefactoringpublic PsiClass getTargetClass()
getTargetClass in interface MoveInstanceMethodRefactoring