Uses of Class
org.eclipse.ltk.core.refactoring.ContentStamp
Packages that use ContentStamp
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
-
Uses of ContentStamp in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring with parameters of type ContentStampModifier and TypeMethodDescriptionprotected Change
TextFileChange.createUndoChange
(UndoEdit edit, ContentStamp stampToRestore) Hook to create an undo change for the given undo edit and content stamp.protected Change
UndoTextFileChange.createUndoChange
(UndoEdit edit, ContentStamp stampToRestore) Hook to create an undo change for the given undo edit.Constructors in org.eclipse.ltk.core.refactoring with parameters of type ContentStampModifierConstructorDescriptionprotected
UndoTextFileChange
(String name, IFile file, UndoEdit undo, ContentStamp stamp, int saveMode) Create a new undo text file change object.