Searched refs:_cloneTree (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DVariableDepthClone.pm61 $self->_cloneTree($tree, $new_tree, $self->{clone_depth}, $filter);
66 sub _cloneTree { subroutine
76 $self->_cloneTree($child, $cloned_child, $depth - 1, $filter) unless $child->isLeaf();

Completed in 236 milliseconds