Package | Description |
---|---|
org.eclipse.jdt.core.refactoring.participants |
Application programming interface to access refactoring participants provided by JDT.
|
Modifier and Type | Method and Description |
---|---|
ChangeMethodSignatureArguments |
ChangeMethodSignatureParticipant.getArguments()
Returns the change method signature arguments.
|
Modifier and Type | Method and Description |
---|---|
static ChangeMethodSignatureParticipant[] |
JavaParticipantManager.loadChangeMethodSignatureParticipants(RefactoringStatus status,
RefactoringProcessor processor,
IMethod method,
ChangeMethodSignatureArguments arguments,
IParticipantDescriptorFilter filter,
String[] affectedNatures,
SharableParticipants shared)
Loads the change method signature participants for the given element.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.