/** rewrites the subop of extend. */ @Override public void visit(final OpExtend opExtend) { if (LOG.isDebugEnabled()) { LOG.debug("Starting visiting OpExtend"); } addOp(OpExtend.extend(rewriteOp1(opExtend), opExtend.getVarExprList())); }