@Override
 public Exprent copy() {
   return new ExitExprent(exitType, value == null ? null : value.copy(), retType, bytecode);
 }