Skip to main content

clojure.reflect

D

  • doc

    Queries the reflection api with a fully qualified symbol, then prints documentation information at the repl.

M

  • macroexpand

    Queries the reflection api with a quoted macro form, then calls the callback function with the macroexpanded form, as a ...

  • meta

    Queries the reflection api with a fully qualified symbol, then calls callback fn cb with the evaluated cljs map containi...

P