HomeSort by relevance Sort by last modified time
    Searched defs:copy_tree (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 45 def copy_tree( tree ) method in class:ANTLR3.Debug.TreeAdaptor
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 710 def copy_tree( tree, parent = nil ) method in class:ANTLR3.CommonTree.TreeAdaptor
716 new_sub_tree = copy_tree( child, new_tree )
    [all...]

Completed in 172 milliseconds