Package org.eclipse.text.edits
Class TextEditCopier
java.lang.Object
org.eclipse.text.edits.TextEditCopier
Copies a tree of text edits. A text edit copier keeps a map
between original and new text edits. It can be used to map
a copy back to its original edit.
- Since:
- 3.0
-
Constructor Summary
ConstructorsConstructorDescriptionTextEditCopier
(TextEdit edit) Constructs a newTextEditCopier
for the given edit. -
Method Summary