org.aspectj.org.eclipse.jdt.internal.core
Class JavaModelInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.OpenableElementInfo
org.aspectj.org.eclipse.jdt.internal.core.JavaModelInfo
public class JavaModelInfo
- extends OpenableElementInfo
Implementation of IJavaModel. A Java Model is specific to a
workspace.
- See Also:
IJavaModel
|
Field Summary |
protected IJavaElement[] |
children
Collection of handles of immediate children of this
object. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
children
protected IJavaElement[] children
- Collection of handles of immediate children of this
object. This is an empty array if this element has
no children.
JavaModelInfo
public JavaModelInfo()
addChild
public void addChild(IJavaElement child)
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object
getChildren
public IJavaElement[] getChildren()
removeChild
public void removeChild(IJavaElement child)
setChildren
public void setChildren(IJavaElement[] children)