Liking cljdoc? Tell your friends :D

clojure.tools.analyzer.passes.jvm.analyze-host-expr


-analyze-host-exprclj

(-analyze-host-expr target-type m-or-f target-expr class env)
source

analyze-host-callclj

(analyze-host-call target-type method args target-expr class env)
source

analyze-host-exprclj

(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. 
sourceraw docstring

analyze-host-fieldclj

(analyze-host-field target-type field target-expr class env)
source

maybe-instance-fieldclj

(maybe-instance-field target-expr class sym)
source

maybe-instance-methodclj

(maybe-instance-method target-expr class sym)
source

maybe-static-fieldclj

(maybe-static-field [_ class sym])
source

maybe-static-methodclj

(maybe-static-method [_ class sym])
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close