Liking cljdoc? Tell your friends :D

clojure.tools.analyzer.passes.jvm.process-method-value


process-method-valueclj

(process-method-value {:keys [op args env] :as ast})

Transforms :invoke nodes whose :fn is a :method-value into the corresponding :instance-call, :static-call, or :new node. Also converts value-position :method-value nodes with a :field-overload (and no :param-tags) into :static-field nodes.

Transforms :invoke nodes whose :fn is a :method-value into the
corresponding :instance-call, :static-call, or :new node.
Also converts value-position :method-value nodes with a
:field-overload (and no :param-tags) into :static-field nodes.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close