Uses of Class
spoon.refactoring.AbstractRenameRefactoring
Packages that use AbstractRenameRefactoring
-
Uses of AbstractRenameRefactoring in spoon.refactoring
Subclasses of AbstractRenameRefactoring in spoon.refactoringModifier and TypeClassDescriptionclass
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.Methods in spoon.refactoring that return AbstractRenameRefactoring