Liking cljdoc? Tell your friends :D

clj-java-decompiler.core


decompilecljmacro

(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.
sourceraw docstring

decompile-formclj

(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`.
sourceraw docstring

disassemblecljmacro

(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.
sourceraw docstring

postprocessing-enabledclj

Enables postprocess-decompiler-output.

Enables `postprocess-decompiler-output`.
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