public static final class ImportRewriteAnalyzer.RewriteResult
extends java.lang.Object
TextEdit that can be applied to effect
the rewrite as well as the names of imports created by the rewrite.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getCreatedImports() |
java.lang.String[] |
getCreatedStaticImports() |
TextEdit |
getTextEdit()
Returns a
TextEdit describing the changes necessary to perform the rewrite. |