org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Class SourceModifier

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier

public class SourceModifier
extends java.lang.Object


Constructor Summary
SourceModifier(int sourceIndentLevel, java.lang.String destinationIndent, int tabWidth, int indentWidth)
           
 
Method Summary
 ISourceModifier copy()
           
 ReplaceEdit[] getModifications(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceModifier

public SourceModifier(int sourceIndentLevel,
                      java.lang.String destinationIndent,
                      int tabWidth,
                      int indentWidth)
Method Detail

copy

public ISourceModifier copy()

getModifications

public ReplaceEdit[] getModifications(java.lang.String source)