Home | History | Annotate | Download | only in antlr3

Lines Matching refs:child_index

226   attr_accessor :child_index
320 @child_index = 0
339 child.child_index = length + index
343 child_tree.child_index = length
352 @child_index = -1
363 tree.child_index = index
393 node.child_index = i
401 i == @child_index or
402 raise TreeInconsistency.failed_index_check!( i, @child_index )
477 @child_index = -1
698 def child_index( tree )
699 tree.child_index rescue 0
713 set_child_index( new_tree, child_index( tree ) )
772 tree.child_index = index