121122123124125126127128
{ opVisitor.visit(this) ; } @Override public Op1 copy(Op subOp) { OpExtend op = new OpExtend(subOp, new VarExprList(getVarExprList())) ; return op ; }