Class ImportRewrite.ImportRewriteContext

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Enclosing class:
ImportRewrite

public abstract static class ImportRewrite.ImportRewriteContext extends Object
A ImportRewrite.ImportRewriteContext can optionally be used in e.g. ImportRewrite.addImport(String, ImportRewrite.ImportRewriteContext) to give more information about the types visible in the scope. These types can be for example inherited inner types where it is unnecessary to add import statements for.

This class can be implemented by clients.