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 CopySourceEditCopyTargetEdit. getSourceEdit()Returns the associated source edit ornullif no source edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopySourceEdit Modifier and Type Method Description voidCopyTargetEdit. setSourceEdit(CopySourceEdit edit)Sets the source edit.booleanTextEditVisitor. visit(CopySourceEdit edit)Visits aCopySourceEditinstance.Constructors in org.eclipse.text.edits with parameters of type CopySourceEdit Constructor Description CopyTargetEdit(int offset, CopySourceEdit source)Constructs an new copy target edit
-