Klasse AssistInitializer

Alle implementierten Schnittstellen:
IInitializer, IJavaElement, IMember, IParent, ISourceManipulation, ISourceReference, org.eclipse.core.runtime.IAdaptable

public class AssistInitializer extends Initializer
  • Konstruktordetails

    • AssistInitializer

      public AssistInitializer(JavaElement parent, int count, Map bindingCache, 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
    • getType

      public IType getType(String typeName, int count)
      Beschreibung aus Schnittstelle kopiert: IMember
      Returns the local or anonymous type declared in this source member with the given simple name and/or with the specified position relative to the order they are defined in the source. The name is empty if it is an anonymous type. Numbering starts at 1 (thus the first occurrence is occurrence 1, not occurrence 0). This is a handle-only method. The type may or may not exist. Throws a RuntimeException if this member is not a source member.
      Angegeben von:
      getType in Schnittstelle IMember
      Setzt außer Kraft:
      getType in Klasse Member
      Parameter:
      typeName - the given simple name
      count - the specified position
      Gibt zurück:
      the type with the given name and/or with the specified position relative to the order they are defined in the source
      Siehe auch: