Beispiel #1
0
 @SuppressWarnings({"unchecked", "cast"})
 public LEExpr clone() throws CloneNotSupportedException {
   LEExpr node = (LEExpr) super.clone();
   node.in$Circle(false);
   node.is$Final(false);
   return node;
 }