|
Eclipse CDT 7.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. |
java.util.List<ICElement> |
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 resourcejava.util.List<ICElement> getChildrenOfType(int type) throws CModelException
CModelException
boolean hasChildren()
getChildren()
returns an empty array.
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |