Package | Description |
---|---|
org.eclipse.jdt.core.refactoring.descriptors |
Application programming interface to access Java refactorings provided by JDT.
|
Modifier and Type | Field and Description |
---|---|
static IntroduceParameterObjectDescriptor.Parameter |
IntroduceParameterObjectDescriptor.PARAMETER_OBJECT
Singleton instance that represents the parameter object
|
Modifier and Type | Method and Description |
---|---|
static IntroduceParameterObjectDescriptor.Parameter[] |
IntroduceParameterObjectDescriptor.createParameters(IMethod method)
Creates the parameters for this method.
|
IntroduceParameterObjectDescriptor.Parameter[] |
IntroduceParameterObjectDescriptor.getParameters()
Returns the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
IntroduceParameterObjectDescriptor.setParameters(IntroduceParameterObjectDescriptor.Parameter[] parameters)
Sets the parameters.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.