Home
last modified time | relevance | path

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

/external/antlr/runtime/Ruby/lib/antlr3/
Ddot.rb130 child = adaptor.child_of( tree, index )
151 child = adaptor.child_of( tree, index )
Dtree.rb702 def child_of( tree, index ) method
730 yield( child_of( tree, i ) )
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb435 actual_child = @adaptor.child_of( tree, index )
455 child_a = adaptor.child_of( tree_a, i )
456 child_b = adaptor.child_of( tree_b, i )
Dvisitor.rb75 child = @adaptor.child_of( tree, index )
Ddebug.rb54 child = self.child_of( tree, i )