Modifying constructor for jcunit structures.
(change-jcunit x [:package? <package?>] [:imports <imports>] [:types <types>])
This is an often useful alternative to make-jcunit.
We construct a new jcunit structure that is a copy of
This is an ordinary
Macro:
(defmacro change-jcunit (x &rest args) (std::change-aggregate 'jcunit x args '((:package? . jcunit->package?) (:imports . jcunit->imports) (:types . jcunit->types)) 'change-jcunit 'nil))