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 CopyTargetEditCopySourceEdit. getTargetEdit()Returns the associated target edit ornullif no target edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopyTargetEdit Modifier and Type Method Description voidCopySourceEdit. setTargetEdit(CopyTargetEdit edit)Sets the target edit.booleanTextEditVisitor. visit(CopyTargetEdit edit)Visits aCopyTargetEditinstance.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.
-