public abstract class RefactoringArguments extends Object
The main purpose of this class is to not use Object
in signatures. This helps to distinguish between the element to
be refactored and the arguments needed to carry out the refactoring.
This class should be subclassed by clients wishing to provide special refactoring arguments for special participants.
Modifier | Constructor and Description |
---|---|
protected |
RefactoringArguments()
Creates new refactoring arguments.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of these arguments suitable for debugging
purposes only.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.