Home | History | Annotate | Download | only in antlr3

Lines Matching defs:toStringTree

261     def toStringTree(self):
921 def toStringTree(self):
936 buf.append(child.toStringTree())
1379 def toStringTree(self):
1387 ret += ' '.join([child.toStringTree() for child in self.children])