Package org.eclipse.jdt.core.refactoring.descriptors
package org.eclipse.jdt.core.refactoring.descriptors
Application programming interface to access Java refactorings provided by JDT.
-
ClassDescriptionRefactoring descriptor for the change method signature refactoring.Refactoring descriptor for the convert anonymous to nested refactoring.Refactoring descriptor for the convert local variable refactoring.Refactoring descriptor for the convert member type refactoring.Refactoring descriptor for the copy refactoring.Refactoring descriptor for the delete refactoring.Refactoring descriptor for the encapsulate field refactoring.Refactoring descriptor for the extract class refactoring.Instances of
ExtractClassDescriptor.Field
describe which fields will be moved to the extracted class and their new name there.Refactoring descriptor for the extract constant refactoring.Refactoring descriptor for the extract interface refactoring.Refactoring descriptor for the extract local variable refactoring.Refactoring descriptor for the extract method refactoring.Refactoring descriptor for the extract superclass refactoring.Refactoring descriptor for the generalize declared type refactoring.Refactoring descriptor for the infer type arguments refactoring.Refactoring descriptor for the inline constant refactoring.Refactoring descriptor for the inline local variable refactoring.Refactoring descriptor for the inline method refactoring.Refactoring descriptor for the introduce factory refactoring.Refactoring descriptor for the introduce indirection refactoring.Refactoring descriptor for the introduce parameter refactoring.Refactoring descriptor for the introduce parameter object refactoring.Instances of Parameter are used to describe the position of parameter and fields.Partial implementation of a Java refactoring contribution.Partial implementation of a java refactoring descriptor.Refactoring descriptor for the move refactoring.Refactoring descriptor for the move method refactoring.Refactoring descriptor for the move static members refactoring.Refactoring descriptor for the pull up refactoring.Refactoring descriptor for the push down refactoring.Refactoring descriptor for the rename java element refactoring.Deprecated.Deprecated.since 1.2, useRenameResourceDescriptor
fromorg.eclipse.ltk.core.refactoring
instead.Refactoring descriptor for the use supertype refactoring.
RenameJavaElementDescriptor