Home
last modified time | relevance | path

Searched refs:child_tree (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb332 def add_child( child_tree ) argument
333 child_tree.nil? and return
334 if child_tree.flat_list?
335 self.equal?( child_tree.children ) and
337 child_tree.each_with_index do | child, index |
341 concat( child_tree )
343 child_tree.child_index = length
344 child_tree.parent = self
345 self << child_tree