예제 #1
0
 def __init__(self, **kwds):
     JavaGenerator.__init__(self, mutable_compound_types=True, **kwds)
예제 #2
0
 def __init__(self, project_name, **kwds):
     JavaGenerator.__init__(self, **kwds)
     self._project_name = project_name
예제 #3
0
 def __init__(self, **kwds):
     JavaGenerator.__init__(self, mutable_compound_types=True, **kwds)