RefactoringProcessor
An abstract base class defining the protocol between a refactoring and
its associated processor.
RenameArguments
Rename arguments describe the data that a processor
provides to its rename participants.
RenameParticipant
A participant to participate in refactorings that rename elements.
RenameProcessor
A special processor that performs rename operations.
ReorgExecutionLog
Objects of this class can be used as a log to trace the
execution of refactorings like copy and paste
This class is not intended to be subclassed by clients.