public abstract class ChangeMethodSignatureParticipant extends RefactoringParticipant
Change method signature participants are registered via the extension point
org.eclipse.jdt.core.manipulation.changeMethodSignatureParticipants
.
Extensions to this extension point must extend this abstract class.
Constructor and Description |
---|
ChangeMethodSignatureParticipant() |
Modifier and Type | Method and Description |
---|---|
ChangeMethodSignatureArguments |
getArguments()
Returns the change method signature arguments.
|
protected void |
initialize(RefactoringArguments arguments) |
checkConditions, createChange, createPreChange, getName, getProcessor, getTextChange, initialize, initialize
getAdapter
protected final void initialize(RefactoringArguments arguments)
initialize
in class RefactoringParticipant
public ChangeMethodSignatureArguments getArguments()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.