getEditsForRefactor

abstract fun getEditsForRefactor(fileName: String, formatOptions: FormatCodeSettings, positionOrRange: Double, refactorName: String, actionName: String, preferences: UserPreferences?, interactiveRefactorArguments: InteractiveRefactorArguments = definedExternally): RefactorEditInfo?(source)
abstract fun getEditsForRefactor(fileName: String, formatOptions: FormatCodeSettings, positionOrRange: TextRange, refactorName: String, actionName: String, preferences: UserPreferences?, interactiveRefactorArguments: InteractiveRefactorArguments = definedExternally): RefactorEditInfo?(source)