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 ornullif no target edit is associated yet.Methods in org.eclipse.text.edits with parameters of type CopyTargetEditModifier and TypeMethodDescriptionvoidCopySourceEdit.setTargetEdit(CopyTargetEdit edit) Sets the target edit.booleanTextEditVisitor.visit(CopyTargetEdit edit) Visits aCopyTargetEditinstance.Constructors in org.eclipse.text.edits with parameters of type CopyTargetEditModifierConstructorDescriptionCopySourceEdit(int offset, int length, CopyTargetEdit target) Constructs a new copy source edit.