Interface IImportContainer

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IJavaElement, IParent, ISourceReference
All Known Implementing Classes:
AssistImportContainer, ImportContainer

public interface IImportContainer extends IJavaElement, IParent, ISourceReference
Represents an import container is a child of a Java compilation unit that contains all (and only) the import declarations. If a compilation unit has no import declarations, no import container will be present.