Lines Matching refs:children
196 source text embodied within the tree and its children.
210 than one children -- functions like an array of
213 [leaf] a node that does not have any children
231 #attr_reader :children
251 children.nil? or children.empty?
255 children and children.include?( node )
264 parent.children.reject { | c | c.equal?( self ) }
288 stack.push( cursor.children.dup ) unless cursor.empty?
290 # skips adding children to prune the node
306 methods and attributes required to implement the parent-node-children
323 def children() self end
335 self.equal?( child_tree.children ) and
375 | indices span beyond the number of children:
376 | children.length = #{ length }
426 # skips adding children to prune the node