Package org.eclipse.wst.jsdt.core.refactoring.descriptors

Class Summary
ChangeMethodSignatureDescriptor Refactoring descriptor for the change method signature refactoring.
ConvertAnonymousDescriptor Refactoring descriptor for the convert anonymous to nested refactoring.
ConvertLocalVariableDescriptor Refactoring descriptor for the convert local variable refactoring.
ConvertMemberTypeDescriptor Refactoring descriptor for the convert member type refactoring.
CopyDescriptor Refactoring descriptor for the copy refactoring.
DeleteDescriptor Refactoring descriptor for the delete refactoring.
EncapsulateFieldDescriptor Refactoring descriptor for the encapsulate field refactoring.
ExtractConstantDescriptor Refactoring descriptor for the extract constant refactoring.
ExtractInterfaceDescriptor Refactoring descriptor for the extract interface refactoring.
ExtractLocalDescriptor Refactoring descriptor for the extract local variable refactoring.
ExtractMethodDescriptor Refactoring descriptor for the extract method refactoring.
ExtractSuperclassDescriptor Refactoring descriptor for the extract superclass refactoring.
GeneralizeTypeDescriptor Refactoring descriptor for the generalize declared type refactoring.
InferTypeArgumentsDescriptor Refactoring descriptor for the infer type arguments refactoring.
InlineConstantDescriptor Refactoring descriptor for the inline constant refactoring.
InlineLocalVariableDescriptor Refactoring descriptor for the inline local variable refactoring.
InlineMethodDescriptor Refactoring descriptor for the inline method refactoring.
IntroduceFactoryDescriptor Refactoring descriptor for the introduce factory refactoring.
IntroduceIndirectionDescriptor Refactoring descriptor for the introduce indirection refactoring.
IntroduceParameterDescriptor Refactoring descriptor for the introduce parameter refactoring.
JavaScriptRefactoringContribution Partial implementation of a Java refactoring contribution.
JavaScriptRefactoringDescriptor Partial implementation of a java refactoring descriptor.
MoveDescriptor Refactoring descriptor for the move refactoring.
MoveMethodDescriptor Refactoring descriptor for the move method refactoring.
MoveStaticMembersDescriptor Refactoring descriptor for the move static members refactoring.
PullUpDescriptor Refactoring descriptor for the pull up refactoring.
PushDownDescriptor Refactoring descriptor for the push down refactoring.
RenameJavaScriptElementDescriptor Refactoring descriptor for the rename java element refactoring.
RenameLocalVariableDescriptor Refactoring descriptor for the rename local variable refactoring.
RenameResourceDescriptor Refactoring descriptor for the rename resource refactoring.
UseSupertypeDescriptor Refactoring descriptor for the use supertype refactoring.