public class OpenableElementInfo extends JavaElementInfo
| Modifier and Type | Field and Description |
|---|---|
protected IJavaElement[] |
children
Collection of handles of immediate children of this
object.
|
protected boolean |
isStructureKnown
Is the structure of this element known
|
protected IModuleDescription |
module |
protected java.lang.Object[] |
nonJavaResources
A array with all the non-java resources contained by this element
|
| Constructor and Description |
|---|
OpenableElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(IJavaElement child) |
IJavaElement[] |
getChildren() |
IModuleDescription |
getModule() |
boolean |
isStructureKnown() |
void |
removeChild(IJavaElement child) |
void |
setChildren(IJavaElement[] children) |
void |
setIsStructureKnown(boolean newIsStructureKnown)
Sets whether the structure of this element known
|
void |
setModule(IModuleDescription module) |
java.lang.String |
toString() |
cloneprotected volatile IJavaElement[] children
protected IModuleDescription module
protected boolean isStructureKnown
IJavaElement.isStructureKnown()protected java.lang.Object[] nonJavaResources
public void addChild(IJavaElement child)
public IJavaElement[] getChildren()
getChildren in class JavaElementInfopublic boolean isStructureKnown()
IJavaElement.isStructureKnown()public void removeChild(IJavaElement child)
public void setChildren(IJavaElement[] children)
public void setModule(IModuleDescription module)
public java.lang.String toString()
toString in class java.lang.Objectpublic IModuleDescription getModule()
public void setIsStructureKnown(boolean newIsStructureKnown)
IJavaElement.isStructureKnown()