Uses of Interface
spoon.refactoring.CtRenameRefactoring
-
Uses of CtRenameRefactoring in spoon.refactoring
Modifier and TypeClassDescriptionclass
AbstractRenameRefactoring<T extends CtNamedElement>
abstract implementation of rename element refactoringclass
Spoon model that can refactor any type of variable (method parameters, local variables, field variables.class
Spoon model refactoring function which renames `target` local variable to `newName`
This refactoring will throwRefactoringException
if the model would be not consistent after rename to new name.