| Class | Description |
|---|---|
| CompositeRefactoringProcessor |
This class aggregates all processors of the participants to the same JDT refactoring and combines their changes.
|
| CompositeRefactoringProcessor.Access | |
| FilteringCompositeChange |
A composite change that filters undo changes for derived Java resources.
|
| JdtRenameParticipant |
Participant for JDT refactorings.
|
| JdtRenameParticipant.ContextFactory | |
| JdtRenameParticipantContext |
Context used to for renaming JVM elements that are not inside an indexed resource, thus only cross-referenced and not
generated/inferred from a model element.
|
| JvmElementFinder |
Helps to resolve
JvmIdentifiableElements corresponding to IJavaElements. |
| JvmMemberRenameProcessor |
A rename processor capable of updating references to JvmElements.
|
| JvmMemberRenameStrategy |
Renames a JVM element in a
TypeResource and updates all references to it. |
| JvmMemberRenameStrategy.Provider | |
| TextChangeCombiner |
Restructures a given source change such that all changes to the same resource are united.
|
| Annotation Type | Description |
|---|---|
| JvmMemberRenameStrategy.Provider.Delegate |