Uses of Class
org.eclipse.text.edits.CopySourceEdit
Packages that use CopySourceEdit
Package
Description
Provides support for describing and applying textual document editions.
-
Uses of CopySourceEdit in org.eclipse.text.edits
Methods in org.eclipse.text.edits that return CopySourceEditModifier and TypeMethodDescriptionCopyTargetEdit.getSourceEdit()
Returns the associated source edit ornull
if no source edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopySourceEditModifier and TypeMethodDescriptionvoid
CopyTargetEdit.setSourceEdit
(CopySourceEdit edit) Sets the source edit.boolean
TextEditVisitor.visit
(CopySourceEdit edit) Visits aCopySourceEdit
instance.Constructors in org.eclipse.text.edits with parameters of type CopySourceEditModifierConstructorDescriptionCopyTargetEdit
(int offset, CopySourceEdit source) Constructs an new copy target edit