AppCode
 
Get AppCode

Pull members up, push members down

Last modified: 30 September 2022

Language: Objective-C

The Pull Members Up refactoring allows you to move class members to a superclass or protocol.

The Push Members Down refactoring helps you clean up the class hierarchy by moving class members to a subclass. The members are then relocated into the direct subclasses only.