Class ImportName

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.imports.ImportName

public final class ImportName extends Object
Encapsulates an import's fully qualified name, whether it is on-demand, and whether it is static.

The fully qualified name is divided into two parts:

  • a container name, which is everything preceding the last dot ('.').
  • a simple name, which is the part following the last dot ("*" for an on-demand import).