public class DeleteRefactoring extends ProcessorBasedRefactoring
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
DeleteRefactoring(DeleteProcessor processor)
Constructs a new delete refactoring for the given processor.
|
Modifier and Type | Method and Description |
---|---|
RefactoringProcessor |
getProcessor()
Return the processor associated with this refactoring.
|
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, setProcessor, toString
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
public DeleteRefactoring(DeleteProcessor processor)
processor
- the delete processorpublic RefactoringProcessor getProcessor()
null
. Implementors can override this method
to return the processor to be used by this refactoring. Since 3.4, this method returns the processor passed in
ProcessorBasedRefactoring.ProcessorBasedRefactoring(RefactoringProcessor)
or by ProcessorBasedRefactoring.setProcessor(RefactoringProcessor)
.getProcessor
in class ProcessorBasedRefactoring
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.