Home | History | Annotate | Download | only in antlr3

Lines Matching defs:replaceChildren

381     def replaceChildren(self, parent, startChildIndex, stopChildIndex, t):
382 self.adaptor.replaceChildren(parent, startChildIndex, stopChildIndex, t)