Exemplo n.º 1
0
 def info(self):
     yield lreplace(str(self), literal(sym.CLEAR), symbolic(sym.CLEAR))
Exemplo n.º 2
0
 def info(self):
     yield lreplace(str(self), literal(sym.SOURCE), symbolic(sym.SOURCE))
Exemplo n.º 3
0
 def visitSqlexecCommand(self, ctx):
     s = ctx.SQLEXEC_TEXT().getText().strip()
     s = utils.lreplace(s, literal(RAParser.ARG_L), '')
     s = utils.rreplace(s, literal(RAParser.ARG_R), '')
     return radb.ast.CommandSqlexec(s)