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, toString
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
public DeleteRefactoring(DeleteProcessor processor)
processor
- the delete processorpublic RefactoringProcessor getProcessor()
null
.getProcessor
in class ProcessorBasedRefactoring
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.