renameImplementation

abstract fun renameImplementation(    key: A_String,     newName: A_String,     newlyDefinedModule: CommentsModule,     newFileName: StacksFilename,     deleteOriginal: Boolean)

Rename an implementation in this Module.

Parameters

key

The key and original name of the implementation

newName

The new name to rename the implementation to

newlyDefinedModule

The module where the rename takes place

newFileName

The filename for this new group

deleteOriginal

Is the original name to be deleted?