Beispiel #1
0
 def __init__(self, project, inherited_interfaces=0, tag=False):
     IdGeneratorMixIn.__init__(self)
     LocalsVisitor.__init__(self)
     # take inherited interface in consideration or not
     self.inherited_interfaces = inherited_interfaces
     # tag nodes or not
     self.tag = tag
     # visited project
     self.project = project
Beispiel #2
0
 def __init__(self, project, inherited_interfaces=0, tag=False):
     IdGeneratorMixIn.__init__(self)
     LocalsVisitor.__init__(self)
     # take inherited interface in consideration or not
     self.inherited_interfaces = inherited_interfaces
     # tag nodes or not
     self.tag = tag
     # visited project
     self.project = project
Beispiel #3
0
 def __init__(self, linker, handler):
     DiaDefGenerator.__init__(self, linker, handler)
     LocalsVisitor.__init__(self)
Beispiel #4
0
 def __init__(self, linker, handler):
     DiaDefGenerator.__init__(self, linker, handler)
     LocalsVisitor.__init__(self)
 def __init__(self,project,mapper,hm_model):
     LocalsVisitor.__init__(self)
     RMHandler.__init__(self,project,mapper,hm_model)
 def __init__(self):
     LocalsVisitor.__init__(self)