Home | History | Annotate | Download | only in Framework

Lines Matching refs:child

66 /** Is tree considered a nil node used to make lists of child nodes? */
70 - (void) addChild:(id)child toTree:(id)aTree;
73 * If not a nil root, make oldRoot a child of newRoot.
78 * If newRoot is a nil-rooted single child tree, use the single
79 * child as the new root node.
90 * simple node or nil root with a single child node--it must be a root
130 /** Get a child 0..n-1 node */
132 /** Set ith child (0..n-1) to t; t must be non-null and non-nil node */
133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
134 /** Remove ith child and shift children down from right. */
147 /** What index is this node in the child list? Range: 0..n-1