Home | History | Annotate | Download | only in antlr3

Lines Matching refs:newTree

793     def replaceChildren(self, startChildIndex, stopChildIndex, newTree):
809 if newTree.isNil():
810 newChildren = newTree.children
813 newChildren = [newTree]
1003 newTree = self.dupNode(t)
1008 self.setChildIndex(newTree, self.getChildIndex(t))
1010 self.setParent(newTree, parent)
1015 self.addChild(newTree, newSubTree)
1017 return newTree