Example #1
0
 @SuppressWarnings({"unchecked", "cast"})
 public IfStmt clone() throws CloneNotSupportedException {
   IfStmt node = (IfStmt) super.clone();
   node.isDAafter_Variable_values = null;
   node.isDUafter_Variable_values = null;
   node.canCompleteNormally_computed = false;
   node.else_branch_label_computed = false;
   node.then_branch_label_computed = false;
   node.in$Circle(false);
   node.is$Final(false);
   return node;
 }