Package org.eclipse.xtext.common.types.ui.refactoring.participant

Class Summary
CompositeRefactoringProcessor This class aggregates all processors of the participants to the same JDT refactoring and combines their changes.
CompositeRefactoringProcessor.Access  
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 Types Summary
JvmMemberRenameStrategy.Provider.Delegate