(-analyze-host-expr target-type m-or-f target-expr class env)
(analyze-host-call target-type method args target-expr class env)
(analyze-host-expr {:keys [op target form tag env class] :as ast})
Performing some reflection, transforms :host-interop/:host-call/:host-field nodes in either: :static-field, :static-call, :instance-call, :instance-field or :host-interop nodes, and a :var or :maybe-class node in a :const :class node, if necessary (class literals shadow Vars).
A :host-interop node represents either an instance-field or a no-arg instance-method.
Performing some reflection, transforms :host-interop/:host-call/:host-field nodes in either: :static-field, :static-call, :instance-call, :instance-field or :host-interop nodes, and a :var or :maybe-class node in a :const :class node, if necessary (class literals shadow Vars). A :host-interop node represents either an instance-field or a no-arg instance-method.
(analyze-host-field target-type field target-expr class env)
(maybe-instance-field target-expr class sym)
(maybe-instance-method target-expr class sym)
(maybe-static-field [_ class sym])
(maybe-static-method [_ class sym])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close