def show_pp_synttree(match_node, bundle): print pprint_synttree(match_node)
def accept_derivation(self, bundle): print "\\Tree " + pprint_synttree(bundle.derivation)