Beispiel #1
0
 /** @apilevel internal */
 @SuppressWarnings({"unchecked", "cast"})
 public Wildcard clone() throws CloneNotSupportedException {
   Wildcard node = (Wildcard) super.clone();
   node.type_computed = false;
   node.type_value = null;
   node.in$Circle(false);
   node.is$Final(false);
   return node;
 }