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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.