(->StaticCall class method refs)
Positional factory function for class clojure.core.async.impl.ioc_macros.StaticCall.
Source
(defrecord StaticCall [class method refs]
IInstruction
(reads-from [this] refs)
(writes-to [this] [(:id this)])
(block-references [this] [])
IEmittableInstruction
(emit-instruction [this state-sym]
`[~(:id this) (. ~class ~method ~@(seq refs))]))