Usage: (annotate-host-info {:keys [op methods interfaces class env], :as ast})
Adds a :methods key to reify/deftype :methods info representing the reflected informations for the required methods, replaces (catch :default ..) forms with (catch Throwable ..)Source