Klasse ImportRewriteAnalyzer.RewriteResult

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.imports.ImportRewriteAnalyzer.RewriteResult
Umschließende Klasse:
ImportRewriteAnalyzer

public static final class ImportRewriteAnalyzer.RewriteResult extends Object
Encapsulates, for a computed import rewrite, a TextEdit that can be applied to effect the rewrite as well as the names of imports created by the rewrite.
  • Methodendetails

    • getTextEdit

      public org.eclipse.text.edits.TextEdit getTextEdit()
      Returns a TextEdit describing the changes necessary to perform the rewrite.
    • getCreatedImports

      public String[] getCreatedImports()
    • getCreatedStaticImports

      public String[] getCreatedStaticImports()