Class AssistImportDeclaration

All Implemented Interfaces:
IImportDeclaration, IJavaElement, ISourceManipulation, ISourceReference, org.eclipse.core.runtime.IAdaptable

public class AssistImportDeclaration extends ImportDeclaration
  • Constructor Details

    • AssistImportDeclaration

      public AssistImportDeclaration(ImportContainer parent, String name, boolean isOnDemand, Map infoCache)
  • Method Details

    • getElementInfo

      public Object getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor) throws JavaModelException
      Description copied from class: JavaElement
      Returns the info for this handle. If this element is not already open, it and all of its parents are opened. Does not return null. NOTE: BinaryType infos are NOT rooted under JavaElementInfo.
      Overrides:
      getElementInfo in class JavaElement
      Throws:
      JavaModelException - if the element is not present or not accessible