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
Element info for IOpenable elements.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IJavaElement[]Collection of handles of immediate children of this object.protected booleanIs the structure of this element knownprotected IModuleDescriptionprotected Object[]A array with all the non-java resources contained by this element -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddChild(IJavaElement child) booleanvoidremoveChild(IJavaElement child) voidsetChildren(IJavaElement[] children) voidsetIsStructureKnown(boolean newIsStructureKnown) Sets whether the structure of this element knownvoidsetModule(IModuleDescription module) toString()Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getExtendedChildren
-
Felddetails
-
children
Collection of handles of immediate children of this object. This is an empty array if this element has no children. -
module
-
isStructureKnown
protected boolean isStructureKnownIs the structure of this element known- Siehe auch:
-
nonJavaResources
A array with all the non-java resources contained by this element
-
-
Konstruktordetails
-
OpenableElementInfo
public OpenableElementInfo()
-
-
Methodendetails
-
addChild
-
getChildren
- Setzt außer Kraft:
getChildrenin KlasseJavaElementInfo
-
isStructureKnown
public boolean isStructureKnown()- Siehe auch:
-
removeChild
-
setChildren
-
setModule
-
toString
-
getModule
-
setIsStructureKnown
public void setIsStructureKnown(boolean newIsStructureKnown) Sets whether the structure of this element known- Siehe auch:
-