Class ImportDeclaration

java.lang.Object
org.eclipse.core.runtime.PlatformObject
All Implemented Interfaces:
IImportDeclaration, IJavaElement, ISourceManipulation, ISourceReference, org.eclipse.core.runtime.IAdaptable
Direct Known Subclasses:
AssistImportDeclaration

public class ImportDeclaration extends SourceRefElement implements IImportDeclaration
Handle for an import declaration. Info object is a ImportDeclarationElementInfo.
See Also: