Klasse AssistImportContainer

Alle implementierten Schnittstellen:
IImportContainer, IJavaElement, IParent, ISourceReference, org.eclipse.core.runtime.IAdaptable

public class AssistImportContainer extends ImportContainer
  • Konstruktordetails

    • AssistImportContainer

      public AssistImportContainer(CompilationUnit parent, Map infoCache)
  • Methodendetails

    • getElementInfo

      public Object getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor) throws JavaModelException
      Beschreibung aus Klasse kopiert: 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.
      Setzt außer Kraft:
      getElementInfo in Klasse JavaElement
      Löst aus:
      JavaModelException - if the element is not present or not accessible
    • getImport

      protected ImportDeclaration getImport(String importName, boolean isOnDemand)
      Setzt außer Kraft:
      getImport in Klasse ImportContainer