Uses of Interface
spoon.refactoring.CtRenameRefactoring
Packages that use CtRenameRefactoring
-
Uses of CtRenameRefactoring in spoon.refactoring
Classes in spoon.refactoring that implement CtRenameRefactoringModifier and TypeClassDescriptionclassAbstractRenameRefactoring<T extends CtNamedElement>abstract implementation of rename element refactoringclassSpoon model that can refactor any type of variable (method parameters, local variables, field variables.classSpoon model refactoring function which renames `target` local variable to `newName`
This refactoring will throwRefactoringExceptionif the model would be not consistent after rename to new name.Methods in spoon.refactoring that return CtRenameRefactoring