Exemplo n.º 1
0
 def __init__(self, ast, mapping):
     CqlIdentityVisitor.__init__(self, ast)
     self._mapping = mapping
Exemplo n.º 2
0
 def __init__(self, ast, oldTerm, newTerm):
     CqlIdentityVisitor.__init__(self, ast)
     self._oldTerm = oldTerm
     self._newTerm = newTerm
Exemplo n.º 3
0
 def __init__(self, ast, oldTerm, newTerm):
     CqlIdentityVisitor.__init__(self, ast)
     self._oldTerm = oldTerm
     self._newTerm = newTerm