Uses of Class
org.eclipse.text.edits.CopyTargetEdit
Package
Description
Provides support for describing and applying textual document editions.
-
Uses of CopyTargetEdit in org.eclipse.text.edits
Modifier and TypeMethodDescriptionCopySourceEdit.getTargetEdit()
Returns the associated target edit ornull
if no target edit is associated yet.Modifier and TypeMethodDescriptionvoid
CopySourceEdit.setTargetEdit
(CopyTargetEdit edit) Sets the target edit.boolean
TextEditVisitor.visit
(CopyTargetEdit edit) Visits aCopyTargetEdit
instance.ModifierConstructorDescriptionCopySourceEdit
(int offset, int length, CopyTargetEdit target) Constructs a new copy source edit.