Searched defs:cloneList (Results 1 – 3 of 3) sorted by relevance
113 AxesWalker cloneDeep(WalkingIterator cloneOwner, Vector cloneList) in cloneDeep()157 static AxesWalker findClone(AxesWalker key, Vector cloneList) in findClone()
66 protected <T> List<T> cloneList(List<T> list) in cloneList() method in Node
1099 private <N extends Node> NodeList<N> cloneList(NodeList<N> list, Object arg) { in cloneList() method in CloneVisitor