def __str__(self):
     c = CList(self.constants)
     l = CList(self.links)
     return "({0},{1},{2})".format(self.mode, c.toTypedString('c'),
                                   l.toTypedString('l'))