Home | History | Annotate | Download | only in antlr3

Lines Matching refs:newTree

789     def replaceChildren(self, startChildIndex, stopChildIndex, newTree):
804 if newTree.isNil():
805 newChildren = newTree.children
808 newChildren = [newTree]
996 newTree = self.dupNode(t)
1001 self.setChildIndex(newTree, self.getChildIndex(t))
1003 self.setParent(newTree, parent)
1008 self.addChild(newTree, newSubTree)
1010 return newTree