(decompile form)
Decompile the form into Java and print it to stdout. Form shouldn't be quoted.
Decompile the form into Java and print it to stdout. Form shouldn't be quoted.
(decompile-form options form)
Decompile the given form and print the result to stdout. :decompiler
in
options
controls which decompiler to use - :java
or :bytecode
.
Decompile the given form and print the result to stdout. `:decompiler` in `options` controls which decompiler to use - `:java` or `:bytecode`.
(disassemble form)
Disassemble the form into Java bytecode (analogous to javap
) and print it to
stdout. Form shouldn't be quoted.
Disassemble the form into Java bytecode (analogous to `javap`) and print it to stdout. Form shouldn't be quoted.
Enables postprocess-decompiler-output
.
Enables `postprocess-decompiler-output`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close