def info(self): yield lreplace(str(self), literal(sym.CLEAR), symbolic(sym.CLEAR))
def info(self): yield lreplace(str(self), literal(sym.SOURCE), symbolic(sym.SOURCE))
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)