Exemplo n.º 1
0
 def getStatement(self, code=None):
     return jast.Comment(str(self.value))
Exemplo n.º 2
0
 def mergeWith(self, other):
     return Object(jast.Comment("oops"), Generic)