Home | History | Annotate | Download | only in antlr3

Lines Matching refs:dupTree

306     def dupTree(self, tree):
993 def dupTree(self, t, parent=None):
1014 newSubTree = self.dupTree(child, t)
2700 around it. For trees, you must call the adaptor.dupTree() unless
2801 return self.adaptor.dupTree(el)