Package org.eclipse.handly.text
Class DocumentChangeOperation.UndoChange
- java.lang.Object
-
- org.eclipse.handly.text.DocumentChange
-
- org.eclipse.handly.text.DocumentChangeOperation.UndoChange
-
- All Implemented Interfaces:
IDocumentChange
- Enclosing class:
- DocumentChangeOperation
protected static class DocumentChangeOperation.UndoChange extends DocumentChange
-
-
Field Summary
Fields Modifier and Type Field Description long
stampToRestore
-
Fields inherited from interface org.eclipse.handly.text.IDocumentChange
CREATE_UNDO, NONE, UPDATE_REGIONS
-
-
Constructor Summary
Constructors Constructor Description UndoChange(org.eclipse.text.edits.UndoEdit undoEdit, long stampToRestore)
-