|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParent
Common protocol for C elements that contain other C elements.
| Method Summary | |
|---|---|
ICElement[] |
getChildren()
Returns the immediate children of this element. |
List |
getChildrenOfType(int type)
returns the children of a certain type |
boolean |
hasChildren()
Returns whether this element has one or more immediate children. |
| Method Detail |
|---|
ICElement[] getChildren()
throws CModelException
CModelException - if this element does not exist or if an
exception occurs while accessing its corresponding resource
List getChildrenOfType(int type)
throws CModelException
CModelExceptionboolean hasChildren()
getChildren is an empty array.
CModelException - if this element does not exist or if an
exception occurs while accessing its corresponding resource
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||