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:
  • Field Details

    • name

      protected String name
    • isOnDemand

      protected boolean isOnDemand
  • Constructor Details

    • ImportDeclaration

      protected ImportDeclaration(ImportContainer parent, String name, boolean isOnDemand)
      Constructs an ImportDeclaration in the given import container with the given name.
  • Method Details