Post-translate a list of Java class body elements.
(atj-post-translate-jcbody-elements elems) → new-elems
For now this consists of a single operation, but it may be extended in the future.
Function:
(defun atj-post-translate-jcbody-elements (elems) (declare (xargs :guard (jcbody-element-listp elems))) (let ((__function__ 'atj-post-translate-jcbody-elements)) (declare (ignorable __function__)) (atj-cache-const-methods elems)))
Theorem:
(defthm jcbody-element-listp-of-atj-post-translate-jcbody-elements (b* ((new-elems (atj-post-translate-jcbody-elements elems))) (jcbody-element-listp new-elems)) :rule-classes :rewrite)