Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 3
0
 def __init__(self, linker, handler):
     DiaDefGenerator.__init__(self, linker, handler)
     LocalsVisitor.__init__(self)
Ejemplo n.º 4
0
 def __init__(self, linker, handler):
     DiaDefGenerator.__init__(self, linker, handler)
     LocalsVisitor.__init__(self)
Ejemplo n.º 5
0
 def __init__(self,project,mapper,hm_model):
     LocalsVisitor.__init__(self)
     RMHandler.__init__(self,project,mapper,hm_model)
Ejemplo n.º 6
0
 def __init__(self):
     LocalsVisitor.__init__(self)