Uses of Class
org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor.Parameter
Package
Description
Application programming interface to access Java refactorings provided by JDT.
-
Uses of IntroduceParameterObjectDescriptor.Parameter in org.eclipse.jdt.core.refactoring.descriptors
Modifier and TypeFieldDescriptionstatic final IntroduceParameterObjectDescriptor.Parameter
IntroduceParameterObjectDescriptor.PARAMETER_OBJECT
Singleton instance that represents the parameter objectModifier and TypeMethodDescriptionIntroduceParameterObjectDescriptor.createParameters
(IMethod method) Creates the parameters for this method.IntroduceParameterObjectDescriptor.getParameters()
Returns the parameters.Modifier and TypeMethodDescriptionvoid
IntroduceParameterObjectDescriptor.setParameters
(IntroduceParameterObjectDescriptor.Parameter[] parameters) Sets the parameters.