Inline Method

Last modified: 08 March 2021

Refactor | Inline

Inline Method refactoring places method's body into the body of its caller(s). You have the option to:

  • inline all occurrences of the method, and delete the method

  • inline all occurrences of the method, and retain the method

  • inline only a single occurrence, and retain the method