Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb45 def copy_tree( tree ) method
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb710 def copy_tree( tree, parent = nil ) method
716 new_sub_tree = copy_tree( child, new_tree )
1359 @adaptor.copy_tree( el )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DASTTreeParser.stg119 tree_for_<label> = @adaptor.copy_tree( <label; format="label"> )
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-trees.rb562 dup = @adaptor.copy_tree( r0 )