Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.text.edits.ReplaceEdit

Packages that use ReplaceEdit
org.eclipse.text.edits Provides support for describing and applying textual document editions.  
 

Uses of ReplaceEdit in org.eclipse.text.edits
 

Methods in org.eclipse.text.edits that return ReplaceEdit
 ReplaceEdit[] ISourceModifier.getModifications(String source)
          Returns the modification to be done to the passed string in form of replace edits.
 

Methods in org.eclipse.text.edits with parameters of type ReplaceEdit
 boolean TextEditVisitor.visit(ReplaceEdit edit)
          Visits a ReplaceEdit instance.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.