Class NativeRefactoringOperation
java.lang.Object
com._1c.g5.v8.dt.internal.refactoring.core.operation.NativeRefactoringOperation
- All Implemented Interfaces:
IRefactoringOperation
The refactoring operation that wraps the LTK change.
-
Constructor Summary
ConstructorsConstructorDescriptionNativeRefactoringOperation
(org.eclipse.ltk.core.refactoring.Change change) Creates a new operation. -
Method Summary
-
Constructor Details
-
NativeRefactoringOperation
public NativeRefactoringOperation(org.eclipse.ltk.core.refactoring.Change change) Creates a new operation.- Parameters:
change
- the LTK change, cannot benull
.
-
-
Method Details
-
perform
public void perform()Description copied from interface:IRefactoringOperation
Performs the refactoring operation.- Specified by:
perform
in interfaceIRefactoringOperation
-