Interface INativeChangeRefactoringItem

  • All Superinterfaces:
    IRefactoringItem

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

      • getNativeChange

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