Class NativeRefactoringOperation

java.lang.Object
com._1c.g5.v8.dt.internal.refactoring.core.operation.NativeRefactoringOperation
All Implemented Interfaces:
IRefactoringOperation

public class NativeRefactoringOperation extends Object implements IRefactoringOperation
The refactoring operation that wraps the LTK change.
  • Constructor Details

    • NativeRefactoringOperation

      public NativeRefactoringOperation(org.eclipse.ltk.core.refactoring.Change change)
      Creates a new operation.
      Parameters:
      change - the LTK change, cannot be null.
  • Method Details