Uses of Class
org.eclipse.text.edits.CopyTargetEdit
Packages that use CopyTargetEdit
Package
Description
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 CopyTargetEditModifier and TypeMethodDescriptionCopySourceEdit.getTargetEdit()
Returns the associated target edit ornull
if no target edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopyTargetEditModifier and TypeMethodDescriptionvoid
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 CopyTargetEditModifierConstructorDescriptionCopySourceEdit
(int offset, int length, CopyTargetEdit target) Constructs a new copy source edit.