Esempio n. 1
0
 public IterCalcRel clone() {
   IterCalcRel clone =
       new IterCalcRel(getCluster(), getChild().clone(), program.copy(), getFlags(), tag);
   clone.inheritTraitsFrom(this);
   return clone;
 }