Eclipse Platform
Release 3.0

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

Packages that use ReplaceEdit
org.eclipse.text.edits   
 

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.0

Guidelines for using Eclipse APIs.

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