Uses of Class
org.eclipse.ltk.core.refactoring.ContentStamp
-
Packages that use ContentStamp Package Description org.eclipse.ltk.core.refactoring 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 ContentStamp Modifier and Type Method Description protected 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 ContentStamp Constructor Description UndoTextFileChange(String name, IFile file, UndoEdit undo, ContentStamp stamp, int saveMode)
Create a new undo text file change object.
-