Package org.eclipse.jdt.core.refactoring.participants
package org.eclipse.jdt.core.refactoring.participants
Application programming interface to access refactoring participants provided by JDT.
-
ClassDescriptionChange method signature arguments describe the data that a processor provides to its change signature participantsInstances of
ChangeMethodSignatureArguments.Parameter
are used to describe the new parameters after a change method signature refactoring.Instances ofChangeMethodSignatureArguments.ThrownException
are used to describe the new thrown exceptions after a change method signature refactoring.A participant to participate in refactorings that change method signatures.Interface to define the processor IDs provided by JDT refactorings.Facade to access participants to the participant extension points provided by the org.eclipse.jdt.core.manipulation plug-in.