Uses of Class
org.eclipse.ltk.core.refactoring.participants.RenameProcessor
-
Packages that use RenameProcessor Package Description org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. -
-
Uses of RenameProcessor in org.eclipse.ltk.core.refactoring.participants
Constructors in org.eclipse.ltk.core.refactoring.participants with parameters of type RenameProcessor Constructor Description RenameRefactoring(RenameProcessor processor)
Creates a new rename refactoring with the given rename processor.
-