Пример #1
0
 @SuppressWarnings({"unchecked", "cast"})
 public IntegralType clone() throws CloneNotSupportedException {
   IntegralType node = (IntegralType) super.clone();
   node.in$Circle(false);
   node.is$Final(false);
   return node;
 }