Klasse OpenableElementInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.OpenableElementInfo
Alle implementierten Schnittstellen:
Cloneable
Bekannte direkte Unterklassen:
CompilationUnitElementInfo, JavaModelInfo

public class OpenableElementInfo extends JavaElementInfo
Element info for IOpenable elements.
  • Felddetails

    • children

      protected volatile IJavaElement[] children
      Collection of handles of immediate children of this object. This is an empty array if this element has no children.
    • module

      protected IModuleDescription module
    • isStructureKnown

      protected boolean isStructureKnown
      Is the structure of this element known
      Siehe auch:
    • nonJavaResources

      protected Object[] nonJavaResources
      A array with all the non-java resources contained by this element
  • Konstruktordetails

    • OpenableElementInfo

      public OpenableElementInfo()
  • Methodendetails