Uses of Class
spoon.refactoring.RefactoringException
Packages that use RefactoringException
-
Uses of RefactoringException in spoon.refactoring
Methods in spoon.refactoring that throw RefactoringExceptionModifier and TypeMethodDescriptionstatic void
Refactoring.changeLocalVariableName(CtLocalVariable<?> localVariable, String newName)
Changes name of aCtLocalVariable
.