Uses of Class
org.eclipse.text.edits.CopyTargetEdit
-
Packages that use CopyTargetEdit Package Description org.eclipse.text.edits Provides support for describing and applying textual document editions. -
-
Uses of CopyTargetEdit in org.eclipse.text.edits
Methods in org.eclipse.text.edits that return CopyTargetEdit Modifier and Type Method Description CopyTargetEdit
CopySourceEdit. getTargetEdit()
Returns the associated target edit ornull
if no target edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopyTargetEdit Modifier and Type Method Description void
CopySourceEdit. setTargetEdit(CopyTargetEdit edit)
Sets the target edit.boolean
TextEditVisitor. visit(CopyTargetEdit edit)
Visits aCopyTargetEdit
instance.Constructors in org.eclipse.text.edits with parameters of type CopyTargetEdit Constructor Description CopySourceEdit(int offset, int length, CopyTargetEdit target)
Constructs a new copy source edit.
-