Interface INativeChangeRefactoringItem

All Superinterfaces:
IRefactoringItem
All Known Implementing Classes:
NativeChangeRefactoringItem

public interface INativeChangeRefactoringItem extends IRefactoringItem
The wrapping refactoring item that keeps the LTK change.
  • Method Details

    • getNativeChange

      org.eclipse.ltk.core.refactoring.Change getNativeChange()
      Return the LTK change.
      Returns:
      the LTK change, never null.