API for passes.jvm.analyze-host-expr - tools.analyzer.jvm 1.2.4-SNAPSHOT (in development)


Full namespace name: clojure.tools.analyzer.passes.jvm.analyze-host-expr

Overview





Public Variables and Functions



analyze-host-expr

function
Usage: (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. 

    
    
    Source
  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.