Uses of Class
org.eclipse.text.edits.CopySourceEdit
-
Packages that use CopySourceEdit Package Description org.eclipse.text.edits 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 CopySourceEdit Modifier and Type Method Description CopySourceEdit
CopyTargetEdit. getSourceEdit()
Returns the associated source edit ornull
if no source edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopySourceEdit Modifier and Type Method Description void
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 CopySourceEdit Constructor Description CopyTargetEdit(int offset, CopySourceEdit source)
Constructs an new copy target edit
-