Beispiel #1
0
    def __repr__(self):
	mystring = ""
	for l in self.lAllBlocks:
	    if self.bHasCall(l):
		for i in l:
		    mystring = mystring + BasicStatement.__repr__(i) + "\n"
        return mystring